Crates.io | jxl_dynlink |
lib.rs | jxl_dynlink |
version | 0.1.0 |
source | src |
created_at | 2024-08-11 18:47:29.733247 |
updated_at | 2024-08-11 18:47:29.733247 |
description | Rust bindings for JPEG XL library using dynamic linking |
homepage | |
repository | https://github.com/gembleman/jxl_dynlink |
max_upload_size | |
id | 1333555 |
size | 130,063 |
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.