Expand description
Rust bindings for LibRaw - library for reading RAW image files
This crate provides safe Rust bindings to the LibRaw C++ library, which is used for reading RAW files from digital cameras.
Re-exports§
pub use raw_processor::RawProcessor;pub use raw_processor::ThumbnailData;pub use raw_processor::ImageFormat;pub use raw_processor::RawError;
Modules§
- ffi
- Foreign Function Interface bindings to LibRaw C API
- raw_
processor - High-level safe wrapper around LibRaw
Functions§
- extract_
thumbnail - Convenience function to extract thumbnail from a RAW file path
- extract_
thumbnail_ with_ info - Convenience function to extract thumbnail with metadata