drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.56k stars 480 forks source link

Extract Exif data from HEIF file types #478

Closed normana10 closed 4 years ago

normana10 commented 4 years ago

We now process the "mdat" container in HEIF images and handle any items in it that have the "Exif" type

We can see that Exif is successfully pulled out of all the HEIC images in metadata-extractor-images: https://github.com/drewnoakes/metadata-extractor-images/pull/36

NOTE: Doesn't work with the Nokia HEIF reference images because it seems that they don't follow the spec outlined in ISO/IEC 23008-12:2017 Annex A?

drewnoakes commented 4 years ago

Very nice. Thanks.