jxl.js icon indicating copy to clipboard operation
jxl.js copied to clipboard

Images that read in one chunk show up blurry

Open wwww-wwww opened this issue 2 years ago • 2 comments

My current workaround is calling processChunk(0) inside if (chunk.done) { or in onFinish.

My first guess is maybe it's returning on dec_frame even if dec_full_image is available.

wwww-wwww avatar Dec 25 '22 16:12 wwww-wwww

What's your OS and browser version? What's the JXL image in question?

niutech avatar Dec 25 '22 16:12 niutech

Having the same issue, both Chrome and Firefox/Windows and Linux. Larger images load fine. Example image that shows up blurry: https://github.com/pboiski/jxl-images/blob/main/crane-scaled.jxl

pboiski avatar Dec 30 '22 08:12 pboiski