IgnorantGuru / spacefm

SpaceFM File Manager
http://ignorantguru.github.com/spacefm/
GNU General Public License v3.0
490 stars 72 forks source link

Thumbnails: no for heic #802

Open vitaly-zdanevich opened 1 year ago

vitaly-zdanevich commented 1 year ago

This is a default format for photos on iPhone

image

ncmprhnsbl commented 1 year ago

do you have libheif ? afaiui, the libpixbufloader-heif.so included in it should handle the thumbnail generation of these types of files..

vitaly-zdanevich commented 1 year ago

Yes, on Gentoo I have media-libs/libheif-1.12.0-r2 with that USE flags:

 U I
 + + aom        : Use media-libs/libaom for AVIF encoding/decoding
 + + gdk-pixbuf : Enable x11-libs/gdk-pixbuf plugin
 - - go         : Enable building dev-lang/go code/examples
 - - rav1e      : Use media-video/rav1e for AVIF encoding
 - - test       : Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled
                  independently)
 + + threads    : Add threads support for various packages. Usually pthreads
 + + x265       : Use media-libs/x265 for HEIF encoding
vitaly-zdanevich commented 1 year ago

Solved by gdk-pixbuf-query-loaders --update-cache