#jpegxl #jpeg #xl #reference #wrapper

sys jpegxl-sys

Rust wrapper for JPEG XL reference implementation

33 releases

0.11.1+libjxl-0.11.0 Oct 1, 2024
0.10.4+libjxl-0.10.3 Jun 30, 2024
0.10.2+libjxl-0.10.2 Mar 21, 2024
0.8.2+libjxl-0.8.2 Jun 14, 2023
0.1.6 Aug 25, 2020

#329 in Images

Download history 377/week @ 2024-07-13 128/week @ 2024-07-20 283/week @ 2024-07-27 193/week @ 2024-08-03 159/week @ 2024-08-10 233/week @ 2024-08-17 177/week @ 2024-08-24 318/week @ 2024-08-31 367/week @ 2024-09-07 519/week @ 2024-09-14 899/week @ 2024-09-21 1469/week @ 2024-09-28 2434/week @ 2024-10-05 2438/week @ 2024-10-12 1983/week @ 2024-10-19 1111/week @ 2024-10-26

8,244 downloads per month
Used in 2 crates (via jpegxl-rs)

GPL-3.0-or-later

460KB
6K SLoC

C++ 3.5K SLoC // 0.1% comments Rust 1.5K SLoC // 0.2% comments C 869 SLoC // 0.1% comments Bazel 169 SLoC // 0.1% comments Python 97 SLoC // 0.1% comments Shell 75 SLoC // 0.2% comments Go 14 SLoC // 0.2% comments Bitbake 13 SLoC JavaScript 10 SLoC Java 8 SLoC Batch 2 SLoC Forge Config 2 SLoC TypeScript 1 SLoC

jpegxl-sys

jpegxl-sys is a wrapper over libjxl library. Check out the original library here.

Building

If you wish to specify a custom library path, set the DEP_JXL_LIB environment variable.

Building libjxl and statically linking can be enabled by using the vendored feature.

Usage

Check out testing units in src/lib.rs for some examples.

Multi-thread

Because libjxl_threads uses std::thread, if you build and statically link libjxl, you need to dynamically link to libc++ or libstdc++.

Using dynamic library doesn't need this requirement.

Dependencies