SmilyOrg / photofield

Experimental fast photo viewer.
MIT License
410 stars 7 forks source link

Support ImageMagick as an image source #71

Open SmilyOrg opened 1 year ago

SmilyOrg commented 1 year ago

Is your feature request related to a problem? Please describe. Current image sources (native Go, JPEG thumbnails, FFmpeg, ...) do not support all the various popular formats out there, the biggest one being HEIC, which is widely used for iPhone photos (see #52).

Describe the solution you'd like Add optional support for decoding images with imagemagick. There is a mostly complete implementation already in https://github.com/SmilyOrg/photofield/compare/main...imagemagick, but I wasn't super happy with usability yet, so it might need more work?

Describe alternatives you've considered https://www.libvips.org/ might be another good one that supports many formats, including HEIC.

Additional context N/A