Decoding of nonstandardized-but-common PNG EXIF metadata #1875
-
I think it would be good for ImageSharp to support decoding EXIF metadata stored in PNG images into the ImageMetadata ExifProfile member. This is already supported if the PNG has its exif metadata in the new-as-of-2017 exif chunk. However, storing exif data in PNGs before that point was still desirable, so ImageMagick, ExifTool, exiv2, digiKam, and likely others decided to store the exif metadata blob as hex-encoded text in a PNG chunk named "Raw profile type exif". It would be helpful to have ImageSharp look for and decode this exif data. I'm not sure if it would be necessary to allow users to save into this chunk as well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
As long as the EXIF data follows the standard I have no issue with this. |
Beta Was this translation helpful? Give feedback.
As long as the EXIF data follows the standard I have no issue with this.