gobbledegook / creevey

Phoenix Slides
174 stars 25 forks source link

No EXIF data shown for HEIC files #24

Closed WolfgangFranke closed 7 months ago

WolfgangFranke commented 7 months ago

No EXIF data is shown for HEIC fotos after pressing 'I' and 'SHIFT-I'. (But it works nice for jpg files.)

DJFriar commented 7 months ago

Note that images sent via iMessage has some EXIF data stripped out automatically, and some can be controlled by the sender. Just in case you are missing some data but not all data.

WolfgangFranke commented 7 months ago

I did some tests: Made sure all EXIF data is in the HEIC photo:

gobbledegook commented 7 months ago

It's surprisingly difficult to find the official specification for HEIF files online (apparently the ISO has made these files private/paywalled for some bizarre reason), but I've figured it out and am working on adding this!

gobbledegook commented 7 months ago

fixed in 672529221d34e98cc2bb5503db061ee73f632bac

heic is done to specification; raw was copy-and-paste code from dcraw and pray that it works haha

WolfgangFranke commented 7 months ago

I confirm EXIF data is now shown for HEIC photo in v1.5.1 , thank you.