libheif-rs
libheif-rs copied to clipboard
Safe wrapper to libheif-sys for parsing heif/heic files
I've used [Vcpkg](https://github.com/microsoft/vcpkg) to install libheif and linked it using [vcpkg-rs](https://crates.io/crates/vcpkg) but I cannot get it to work. I've tried linking manually but wasn't very successful the only thing that...
- This caused the decoding options to not work as intended - valgrind was unhappy Without the as_ref(), the decoding_options gets dropped, dropping the allocated inner. Then the values inside...
Hi, and thank you for this great library! I am trying to statically link libheif to make distribution of my program easier and not have the user install libheif individually....
I understand `libheif` (the base for the `libheif-sys` and thus this crate) is under LGPL. I think a warning should be placed in the README about this. If a user...
When compiling my project that uses this library as a dependency using command `cargo wasi build --release`, the below error occurs: When looking at the source code in `src/utils.rs`, it...