Function rom_thumbnails::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.