23 releases
0.7.6 | Jun 11, 2022 |
---|---|
0.7.4 | Apr 3, 2022 |
0.7.3 | Jan 1, 2022 |
0.7.2 | Nov 7, 2021 |
0.3.3 | Mar 17, 2021 |
#874 in Images
Used in 2 crates
(via libjxl-sys)
6MB
127K
SLoC
Contains (obscure autoconf code, 1KB) configure.ac
libjxl-src
Builds the bundled JPEG XL reference library 0.2 (version 945ad0ce, 2021-01-22).
Build requires GCC/Clang and CMake, while Windows additionally requires MSVC, Clang, and Ninja.
Note
The crate builds instantly by default, but a build dependency only builds in dev profile. To do a release build, use default-features = false
in Cargo.toml and call libjxl_src::build()
in your build.rs
.