Trait smartcrop::ResizableImage
source · pub trait ResizableImage<I: Image> {
// Required method
fn resize(&self, width: u32, height: u32) -> I;
}Expand description
Trait for images to be resized by Smartcrop
Smartcrop downscales images to improve performance