Traneptora / jxlatte

Java JPEG XL decoder
MIT License
41 stars 6 forks source link

Visual glitches exporting JXL to PNG #2

Closed langurmonkey closed 1 year ago

langurmonkey commented 1 year ago

Testing around the conversion from JXL to PNG yields wee glitches in the form of wrongly colored pixels and/or wrong columns. See attached converted PNG (*.jxl.png). Unfortunately, GitHub does not seem to support attaching JXL, so I'm attaching the original PNG from which the JXL was encoded.

Original PNG: vt-lod

PNG ->(gimp) JXL ->(jxlatte) PNG vt-lod jxl

Traneptora commented 1 year ago

Please attach the JXL so I can test it. (You can actually attach it, you just have to rename it to something supported like .jpg. Yes really.)

langurmonkey commented 1 year ago

Nice trick, here it is. cubes jxl

Traneptora commented 1 year ago

Fixed in 5b02554f9ab01134b7a19c1182f81b366fd3bcd1.

langurmonkey commented 1 year ago

Awesome, works perfectly now!