Traneptora / jxlatte

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

Visual Defect: Quality 0 image decoded wrong #15

Closed hYdos closed 1 year ago

hYdos commented 1 year ago

image https://cdn.discordapp.com/attachments/1080332031914950716/1094408594344132739/body_a_emi.jxl

Traneptora commented 1 year ago

This happens because you're interpreting an RGBA buffer as RGB.

Also please provide a bit more context when you submit a bug report.