avanc / photOS

Operating System for digital photo frames
Other
79 stars 14 forks source link

HEIC format support? #119

Open lanzer opened 1 month ago

lanzer commented 1 month ago

I've got the picture frame setup to pull files directly from my Google Photos album. Unfortunately most of the files there are in HEIC format. Is there any chance that support for HEIC file formats can be implemented in the future?

avanc commented 1 month ago

Sounds interesting. For the refactoring I planned to use pillow for decoding images. It seems that there is a plugin for it: https://github.com/bigcat88/pillow_heif

lanzer commented 1 month ago

Thanks for looking into this! Looking forward to not having to convert HEIC files after every sync. :)