-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Description
I have many PNG files (under Linux), where the exifread only returns
WARNING:exifread:PNG file does not have exif data.
If I set the logging.level to DEBUG, I get this:
DEBUG:exifread:PNG format recognized in data[0:8]=89504e470d0a1a0a
DEBUG:exifread:PNG found chunk IHDR
DEBUG:exifread:PNG found chunk zTXt
DEBUG:exifread:PNG found chunk zTXt
DEBUG:exifread:PNG found chunk iCCP
DEBUG:exifread:PNG found chunk iTXt
DEBUG:exifread:PNG found chunk cICP
DEBUG:exifread:PNG found chunk IDAT
...
DEBUG:exifread:PNG found chunk IDAT
DEBUG:exifread:PNG found chunk IEND
WARNING:exifread:PNG file does not have exif data.
JPG and TIFF files (exported by darktable from the same RAW) work and exiv2 can show the EXIF tags of the PNG.
Metadata
Metadata
Assignees
Labels
No labels