AberrantWolf / scotschotte

An attempt at a photo developing tool using Rust.
0 stars 1 forks source link

Open camera RAW files #5

Open AberrantWolf opened 5 years ago

AberrantWolf commented 5 years ago

Try out some Rust crates which support reading RAW files. May spawn more issues.

AberrantWolf commented 5 years ago

I'm working on this now, using the rawloader crate (because it doesn't require installing a thirdparty library like libraw does).

https://github.com/pedrocr/rawloader