#jpegxl #linker #bindings #jpeg #dynamic #xl

jxl_dynlink

Rust bindings for JPEG XL library using dynamic linking

1 unstable release

0.1.0 Aug 11, 2024

#504 in Images

Download history 110/week @ 2024-08-11 5/week @ 2024-08-18

115 downloads per month

MIT/Apache

99KB
2K SLoC

Due to my limited skills, I tried to create a jxl binding that can work with static linking, but I was unable to do so, so I am posting a crate that works with dynamic linking.

These files are required to operate. brotlicommon.dll brotlidec.dll brotlienc.dll jxl.dll jxl_cms.dll jxl_jni.dll jxl_threads.dll

Tested on Windows. How it works is written in the tests folder.

jxl's multithreading functionality is not implemented.

Dependencies

~2.3–7MB
~48K SLoC