-
Notifications
You must be signed in to change notification settings - Fork 153
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
JXL images inside cbz/zip archive are not loaded #1128
Comments
Android does not even support JXL https://issuetracker.google.com/issues/259900694?pli=1 I am surprised you are saying you can view them when they aren't in a folder |
I tried using formats with higher compression ratios to save space. The lack of support for JXL was expected, but when I tried WebP, iSY still showed no images in folder(not compressed), even though Android itself could open these images normally. |
Seems like WebP problems should be a different issue than this. I agree that WebP should probably be supported. |
Tachiyomi/Mihon is not limited to what Android supports, we wrote our own image decoder that supports a wide range of images. https://github.com/tachiyomiorg/image-decoder |
Steps to reproduce
Expected behavior
all images should load, the same as if from folder (non-zipped).
Actual behavior
only non jxl images load, or if jxl is the only type, the reader exists saying "no pages found". no issues with any other image type, only jxl inside cbz/zip.
Crash logs
No response
TachiyomiSY version
preview 556
Android version
Android 13 OneUI 5.1
Device
Samsung Note 20 Ultra SM-N986U
Other details
demonstration zip. contains 2 generic images, 1 jpg 1 jxl.
002.zip
Acknowledgements
The text was updated successfully, but these errors were encountered: