jpegxl-sys

Crates.iojpegxl-sys
lib.rsjpegxl-sys
version0.12.0+libjxl-0.11.1
created_at2020-08-15 02:09:48.151479+00
updated_at2026-01-06 02:15:30.834634+00
descriptionRust wrapper for JPEG XL reference implementation
homepage
repositoryhttps://github.com/inflation/jpegxl-rs
max_upload_size
id276885
size280,479
Inflation (inflation)

documentation

README

jpegxl-sys

jpegxl-sys provides a wrapper for the libjxl library. For more details, refer to the original library.

Building

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

To build libjxl and statically link it, use 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 the dynamic library doesn't need this step.

Commit count: 296

cargo fmt