jpegxl-sys 0.1.0

Rust wrapper for JPEG XL reference implementation
jpegxl-sys-0.1.0 has been yanked.
Visit the last successful build: jpegxl-sys-0.12.1+libjxl-0.11.2

jpegxl-sys

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

Building

Install the jpeg-xl library system-wide or specify PKG_CONFIG_PATH to search for needed paths. Optionally, you can overwrite the include path and lib path with DEP_JPEGXL_INCLUDE and DEP_JPEGXL_LIB respectively.

If you want to build the library within cargo, enable build-jpegxl features in your Cargo.toml. You may need to manually fetch submodules inside jpeg-xl source folder:

cd jpeg-xl; git submodule update --init