drewnoakes / metadata-extractor

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

Question: Is it possible to read the EXIF data from a HEIC? #631

Closed r-pf closed 6 months ago

r-pf commented 8 months ago

Is it possible to read/extract the EXIF data from a HEIC with the metadata extractor? I can't find it in the list of supported files. If not: Is it intended to integrate it into the metadata extractor?

anowak-ct commented 8 months ago

I would love to have HEIC support as well ... It's the standard for (newer) iPhones, AFAIK

StefanOltmann commented 6 months ago

Yes, it's supported and just missing in the list.

Just tested it with an HEIC file from an iPhone SE.

drewnoakes commented 6 months ago

This was implemented in https://github.com/drewnoakes/metadata-extractor/pull/478