pub fn extract_thumbnail(path: &str) -> Result<Image, ThumbnailerError>Expand description
Extracts the thumbnail for a given path as an image::RgbaImage.
ยงErrors
All errors are contained in variants of the ThumbnailerError enum.
pub fn extract_thumbnail(path: &str) -> Result<Image, ThumbnailerError>Extracts the thumbnail for a given path as an image::RgbaImage.
All errors are contained in variants of the ThumbnailerError enum.