-
Notifications
You must be signed in to change notification settings - Fork 299
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
feat: JPEG-XL Support (encoding: "jxl") #653
Conversation
Hi, can you add support for an |
sure, will do. |
Ok! I think I set it up correctly. |
Can you fix the formatting (see updated CONTRIBUTING.md) and also fix the wasm reproducibility issue? |
Seems like even though generating on MacOS (on the same machine) is consistent, ubuntu is doing something different. I'll have to try again on an Ubuntu machine. |
@jbms I rebuilt the wasm on an Ubuntu machine. Please see if the reproducibility issue is fixed by running the check again. |
Hi just wanted to check in and see if this is good to merge. <3 Thanks for all your hard work Jeremy. Once this merges, we'll start using JXL (lossless at the very least) on an industrial scale. |
Hi Jeremy,
My lab has been exploring JPEG-XL for some time, and I finally got it working in my neuroglancer branch. I think it would be a good contribution to the ecosystem.
CloudVolume and Igneous both currently support JPEG-XL.
The implementation here uses the jxl-oxide implemention in Rust which I found easier to integrate than the C++ reference implementation.
Let me know what you think!
This was tested with both Grayscale and RGB color.