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'm getting an error when writing a jp2 file >4000MP large:
java.lang.IllegalArgumentException: Overall target bitrate too low, given the current bit stream header overhead
at com.amazon.j2k.entropy.encoder.EBCOTRateAllocator.initialize(EBCOTRateAllocator.java:614)
at com.amazon.j2k.imageio.J2KImageWriter.write(J2KImageWriter.java:364)
I've set lossless to true for the J2KImageWriteParam.
The text was updated successfully, but these errors were encountered:
I'm getting an error when writing a jp2 file >4000MP large:
java.lang.IllegalArgumentException: Overall target bitrate too low, given the current bit stream header overhead
at com.amazon.j2k.entropy.encoder.EBCOTRateAllocator.initialize(EBCOTRateAllocator.java:614)
at com.amazon.j2k.imageio.J2KImageWriter.write(J2KImageWriter.java:364)
I've set lossless to true for the J2KImageWriteParam.
The text was updated successfully, but these errors were encountered: