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

Read exif chunk from a PNG image #481

Closed Ciruman closed 4 years ago

Ciruman commented 4 years ago

By making use of the Tiff exif functionality, we can read the PNG exif information.

The following information was read from the file sampleWithExifData.png:

[Exif IFD0 - 0x8298] Copyright = Acme
[Exif IFD0 - 0x0131] Software = Acme-software: 1.0.0.0
[Exif IFD0 - 0x010e] Image Description = This is an image with exif data
[Exif SubIFD - 0x927c] Makernote = [33 values]
dnlserrano commented 4 years ago

Thanks for the work on this library @drewnoakes and thanks for the help in this MR @Ciruman! ❤️ Any expected date for a new release with this? Thanks in advance. Keep up the great work! 🚀

drewnoakes commented 3 years ago

Released in 2.15.0.