Revision control
Copy as Markdown
Other Tools
# JPEG XL in Rust
This is a work-in-progress reimplementation of a JPEG XL decoder in Rust, aiming to be conforming, safe, and fast.
We strive to decode all conformant JPEG XL bitstreams correctly. If you find an image that can be decoded with the reference
implementation `djxl` (from [`libjxl`](https://github.com/libjxl/libjxl)) but is decoded incorrectly or not at all by `jxl-rs`,
For more information, including contributing instructions, refer to the [libjxl repository](https://github.com/libjxl/libjxl).