We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My current workaround is calling processChunk(0) inside if (chunk.done) { or in onFinish.
processChunk(0)
if (chunk.done) {
onFinish
My first guess is maybe it's returning on dec_frame even if dec_full_image is available.
The text was updated successfully, but these errors were encountered:
What's your OS and browser version? What's the JXL image in question?
Sorry, something went wrong.
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
No branches or pull requests
My current workaround is calling
processChunk(0)
insideif (chunk.done) {
or inonFinish
.My first guess is maybe it's returning on dec_frame even if dec_full_image is available.
The text was updated successfully, but these errors were encountered: