I have a relatively a big jp2 image. the size of this image is about 724 MB. I'm trying to read this image into BufferedImage, but I got this error:
Exception in thread "main" java.lang.IllegalArgumentException: Dimensions (width=95168 height=154832) are too large
Is there any solution to read such big images?
Thanks