Hi!
When trying to crop my image I get a IllegalArgumentException which implies that my readPlane() (line 76) within my openBytes() method is not passed correctly? One or more of the values passed must then be 0 or null right? My problem is that I don't see where the values fail.
Also my thumbnail size is 128 x -1. I set the value of m.thumbSizeY = 128; and
m.thumbSizeX = 128; which "solved" this part, is this allowed?
link to Git: https://github.com/Hedwall/ISQReader
Thanks
//kind regards
Albin