jxl_dynlink

Crates.iojxl_dynlink
lib.rsjxl_dynlink
version0.1.0
sourcesrc
created_at2024-08-11 18:47:29.733247
updated_at2024-08-11 18:47:29.733247
descriptionRust bindings for JPEG XL library using dynamic linking
homepage
repositoryhttps://github.com/gembleman/jxl_dynlink
max_upload_size
id1333555
size130,063
(gembleman)

documentation

README

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.

Commit count: 0

cargo fmt