My Samsung Android phone has the option of saving images in HEIF format (i.e. *.heic
files). These seem to have excellent compression compared to regular JPEG. In Linux, I can view HEIF files using qt-heif-image-plugin, which wraps libheif.
My phone also allows me to create animated HEIF files (what Samsung calls "motion photos"). Is there a way to view, convert, or edit these in Linux?
apt-get install heif-gdk-pixbuf heif-thumbnailer libheif1 gimagereader gpicview
I wrote a tiny script to convert to jpg with heif-convert, but I think they lose the motion . https://askubuntu.com/questions/958355/any-app-on-ubuntu-to-open-and-or-convert-heif-pictures-heic-high-efficiency-i – oldfred Feb 05 '22 at 14:49