| Crates.io | msg-tool-jpegxl-sys |
| lib.rs | msg-tool-jpegxl-sys |
| version | 0.11.2+libjxl-0.11.1 |
| created_at | 2025-09-13 15:38:28.986543+00 |
| updated_at | 2025-09-13 15:38:28.986543+00 |
| description | Rust wrapper for JPEG XL reference implementation |
| homepage | |
| repository | https://github.com/inflation/jpegxl-rs |
| max_upload_size | |
| id | 1837800 |
| size | 283,052 |
jpegxl-sysjpegxl-sys provides a wrapper for the libjxl library.
For more details, refer to the original library.
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.
Check out testing units in src/lib.rs for some examples.
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.