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
com.drew.imaging.png.PngProcessingException: Observed multiple instances of PNG chunk 'eXIf', for which multiples are not allowed
at com.drew.imaging.png.PngChunkReader.extract(PngChunkReader.java:115)
at com.drew.imaging.png.PngMetadataReader.readMetadata(PngMetadataReader.java:103)
at com.drew.imaging.ImageMetadataReader.readMetadata(ImageMetadataReader.java:157)
at com.drew.imaging.ImageMetadataReader.readMetadata(ImageMetadataReader.java:124)
at com.drew.imaging.ImageMetadataReader.readMetadata(ImageMetadataReader.java:204)
at Main.main(Main.java:41)
This seems to be the same as in the second to last post in this issue thread (but the other poster hasn't created his own issue yet).
How do I go about fixing this?
The text was updated successfully, but these errors were encountered:
Oh, so that means that that is a broken .png? Image viewers (even the Windows one) and PaintShopPro are able to open it just fine. How do I fix the image or make sure that I don't get the same problem with other images too, is there a parameter I can set in the library to just ignore this specific one?
How would I go about fixing this in code, I've got no idea where to even start tbh.
Java 8, metadata-extractor 2.19.0, xmpcore 6.1.11
I'm trying to read the metadata of this png image (also attached it) with the following code:
...but it's throwing an Exception:
This seems to be the same as in the second to last post in this issue thread (but the other poster hasn't created his own issue yet).
How do I go about fixing this?
The text was updated successfully, but these errors were encountered: