HEIC Images #157
HEIC Images
#157
Replies: 4 comments 2 replies
|
We need to keep an eye on the HEIC stuff - it's quite fast changing at the moment so modules etc will probably be gradually catching up. The one we used |
1 reply
|
Looks like pyheif (which we're already using) might support at least some of what we want from HEIF images. Though, we'd have to handle them independently in that case I guess... |
0 replies
|
I fixed this on dev. Will be part of the next release. |
1 reply
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As before, I am running picframe on a Pi 3. I made the library changes described at https://www.thedigitalpictureframe.com to enable HEIC images. The changes worked and picframe does display the images. However, there are a couple of issues:
WARNING:get_image_meta.GetImageMeta:get_size failed on /home/pi/Pictures/test3.HEIC -> cannot identify image file '/home/pi/Pictures/test3.HEIC'As I said, the images display, so perhaps I should just ignore this warning? As info, when I inspect the picframe database, the height and width values for the HEIC images are 0.
test3_HEIC.zip
Not sure anything can be done about these issues since they may caused by the underlying libraries, but I just wanted to pass them on. Thanks for any help.
All reactions