-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
JPEG XL (JXL) read and write support #643
Comments
That would be cool! 😀 Like I said for AVIF support:
Sure, having a C/C++ reference implementation in a suitable license is a big plus, but still a big task. |
We don't even have full WEBP support yet 😅 |
@BuZZ-dEE The canonical repo is here @ https://github.com/libjxl/libjxl The 1 quoted is now an automatic mirror of this 1. |
@gotson has started a very interesting initiative here: https://github.com/gotson/NightMonkeys, aiming to provide support for more formats using native libraries. 👍🏻 |
Thanks a lot Harald for the exposure 😃 I finally had time yesterday to release a first version which is available on Maven Central. Please have a look at the repo, I tried to add instructions on how to use it, and how to install the native libraries too. For Jpeg XL in particular there is read support for the moment. The encode API doesn't seem stable yet, so i won't work on that anytime soon. Maybe when they get 1.0 out. And as not to clutter this thread too much, please open issues on the NightMonkeys repo, or ask questions via discussions! |
@haraldk there is a Java JPEG XL decoder |
Please implement JPEG XL (JXL) read and write support completely in Java.
https://en.wikipedia.org/wiki/JPEG_XL
https://jpeg.org/jpegxl/
https://jpegxl.info/
https://gitlab.com/wg1/jpeg-xl
https://github.com/libjxl/libjxl
https://caniuse.com/jpegxl
The text was updated successfully, but these errors were encountered: