extract_thumbnail

Function extract_thumbnail 

Source
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.