Hi everyone, I was looking at the github page, and stumbled by chance upon a silly bug in src/main/java/io/scif/formats/JPEG2000Format.java:221 in the public method ColorTable, in the conditionals testing the pixeldepth, instead of testing for bytedepth == 2 for 16bit jp2 images, the test is == 1! Cheers, Diego