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
Type - Data types
Functions§
- extract_
thumbnail - Extract thumbnail from
filename
withpreferred_size
, eventually mutatingthumbnail
. - 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()
].