| Crates.io | libultrahdr-sys |
| lib.rs | libultrahdr-sys |
| version | 0.1.2 |
| created_at | 2025-01-23 16:58:08.130043+00 |
| updated_at | 2025-01-25 11:27:10.947185+00 |
| description | A Rust interface to libultrahdr |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1527996 |
| size | 16,959 |
A rust bindgen crate for Google's libultrahdr.
Since libultrahdr depends on libjpeg,
pkg-config will be used to find libjpeg-turbo.vcpkg will be used to find libjpeg-turbo.You need to manually compile and install libultrahdr per its instruction. After that,
either use pkg-config use automatically find libultrahdr, or
set environment variables to skip pkg-config search.
UHDR_LIB_PATH=/path/to/lib
UHDR_HEADER=/path/to/uhdr_api.h
UHDR_STATIC=1
Not implemented yet. PRs welcome!