HEICファイルを png/jpgなどに変換
imagemagickを使う
code:sh
magick convert a.heic b.png
# or
docker run -v .:/imgs --entrypoint convert dpokidov/imagemagick a.heic b.png
ebiken.icon
ffmpegで対応してほしい感ある