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
However, when trying to process it with cantaloupe, I get:
Not a JPEG file: starts with 0x00 0x00
javax.imageio.IIOException: Not a JPEG file: starts with 0x00 0x00
at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageReader.readImageHeader(Native Method)
at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageReader.readNativeHeader(JPEGImageReader.java:731)
at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageReader.readHeader(JPEGImageReader.java:725)
at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageReader.getWidth(JPEGImageReader.java:838)
at edu.illinois.library.cantaloupe.processor.codec.AbstractIIOImageReader.getSize(AbstractIIOImageReader.java:195)
at edu.illinois.library.cantaloupe.processor.AbstractImageIOProcessor.readInfo(AbstractImageIOProcessor.java:85)
...
Cantaloupe selected the Java2dProcessor:
Java2dProcessor selected for format JPG (ManualSelectionStrategy offered ImageMagickProcessor, Java2dProcessor)
Hi, have a 4000x6000 jpeg image. I'm able to open it with various programs, Microsoft Paint included.
Some image metadata:
However, when trying to process it with cantaloupe, I get:
Cantaloupe selected the Java2dProcessor:
This is the link to the image:
https://ekultura.hr/media/view/a-41f6751e-2a5a-43ee-90d5-530818eea65f
Thanks!
The text was updated successfully, but these errors were encountered: