avanc / photOS

Operating System for digital photo frames
Other
96 stars 15 forks source link

HEIC format support? #119

Open lanzer opened 6 months ago

lanzer commented 6 months 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 6 months 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 6 months ago

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