Crate libopenraw

Source

Re-exports§

pub use error::Error;
pub use ifd::Ifd;
pub use rawfile::RawFile;
pub use rawfile::RawFileType;
pub use thumbnail::Thumbnail;

Modules§

error
ifd
rawfile
thumbnail
utils

Enums§

DataType
Data types

Functions§

extract_thumbnail
Extract thumbnail from filename with preferred_size, eventually mutating thumbnail.
file_extensions
Get the file extensions that libopenraw recognizes. Return a slice of OsString, since the expectation is to compare with the result of [Path::extension()].

Type Aliases§

Result