You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
JPG and TIFF files (exported by darktable from the same RAW) work and exiv2 can show the EXIF tags of the PNG.
The text was updated successfully, but these errors were encountered: