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

Enums

Data types

Functions

Extract thumbnail from filename with preferred_size, eventually mutating thumbnail.
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 Definitions