-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
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
cannot decode JXL with grayscale ICC profile #1289
Comments
I've observed the same bug. However, for me it only happens with jxl that were converted from a jpeg with the greyscale color space. Komga can read the jpeg just fine, but the converted jxl file throws the invalid color space error. I have other jxl files that work in 1.7.1 though. It seems like a decoder bug (introduced with the nightmonkeys update maybe?), as I can open the jxl files that Komga can't read with other jxl compatible software. |
Same here, these images work fine in other software, and in v1.6.4.
After looking through my library, I've found a couple of pages that work too. They're usually just pages with color, and the rest of the grayscale pages fail to convert. |
Can you provide the file? |
@gotson Here is a truncated version (as to not distribute copyrighted material) of one file that partly works. The first 3 images render perfectly on both v1.6.4 and v1.7.1, but the last 2 pages only render on v1.6.4. |
fixed upstream in gotson/NightMonkeys@8b5651f |
Brilliant! Thanks for your awesome and hard work @gotson :) |
🎉 This issue has been resolved in |
Steps to reproduce
Page x
printed instead of the pages. Logs attached are visible in the docker container.Expected behavior
Prior to v1.7.0, the jxl pages would convert perfectly to jpegs for all the books in my library. Opening a book with jxl images would work as intended.
Actual behavior
As of v1.7.0, the jxl pages fail to load with a black screen. These files are exactly the same, and I can downgrade to v1.6.4 to return the functionality.
Logs
logs-from-komga-in-komga-0(1).log
Komga version
1.7.1
Operating system
Debian
Installation method
Docker
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: