How to read large jp2 image in java

I have a relatively large jp2 image. the size of this image is about 724 MB. I am 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 for reading such large images?

thank

+3


source to share





All Articles