Traneptora / jxlatte

Java JPEG XL decoder
MIT License
45 stars 5 forks source link

Incorrect decoding of losslessly encoded images #32

Closed jendalinda closed 3 months ago

jendalinda commented 3 months ago

Some losslessly encoed jxl files decode incorrectly, with incorrect colors and visible boundaries between parts of the image.

Example jxl file: lena.zip

error

Traneptora commented 3 months ago

I can reproduce this. I suspect it's an RCT bug, will investigate more. Those are group boundaries.

Traneptora commented 3 months ago

Fixed by 6c1c07029ffe854f5953ed1c5b02fa58a0efccb8.