-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
[Feature Request] Add support for JPEG XL images #665
Comments
I remember I don't mind adding the format to the supported list, although imagemagick probably needs a supplementary lib to be installed before it can process jxl images -- needs a bit of researching. |
This would be a very useful addition, out of curiosity i losslessly optimized 50 random archives and saw a total file size reduction of almost 40% compared to already optimized (both jpeg and png) archives. Apart from saving space it would also speed up archive decompression, serving and save bandwidth, it would be very useful to support it. |
Also libjxl-dev isn't out in any stable form of Debian yet, but I'll be preemptively adding it to the docs so that people know it's a thing. Otherwise, have fun I guess! This commit adds everything that should be needed for JXL support. |
Please describe your suggestion, and the problem it'd solve.
In the same spirit as #389, it would be nice to have support for JPEG XL (.jxl) images added to LANraragi.
Additional context
• Chrome, Edge, Opera and Firefox currently have experimental support for JPEG XL.
• ImageMagick has supported JPEG XL since v7.0.10-54.
The text was updated successfully, but these errors were encountered: