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
で対応してほしい感ある