libraw-rs icon indicating copy to clipboard operation
libraw-rs copied to clipboard

Rust FFI bindings to LibRaw

Results 6 libraw-rs issues
Sort by recently updated
recently updated
newest added

This has been a bit coming it seems! The issue, #3, is from January 7th of this year and now it's almost January again! I was using the re-exported struct...

https://www.libraw.org/docs/API-datastruct.html#libraw_thumbnail_t I've implemented functionality for this in my own fork (though it wouldn't be possible to merge it directly, since I've updated to the latest version of libraw for CR3...

Hello! I've recently tried to implement the `Colordata` struct (corresponding to [`libraw_colordata_t`](https://www.libraw.org/docs/API-datastruct.html#libraw_colordata_t)), and I had what I would call a "good idea". Right now we form the `Sizes` struct (our...

Currently compiling on Windows (at least on CI) fails. This is not a priority for me, since I'm not using this on Windows. I also don't have a Windows machine,...

hacktoberfest

It was some difficulties for me to understand 'Actions' on github, but now it is all fine. Test please this version. The only thing couldn't pass the test is mozjpeg...

I'm trying to package your crate for inclusion in Debian. However I noticed that you use/build a local copy of libraw library. This can't be used as such in Debian...