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 (FFI) bindings to LibRaw C API
- raw_
processor - 高级安全的 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