pub fn resize_image(img: &DynamicImage, size: (u32, u32)) -> DynamicImageExpand description
Resize the specified image to the specified size.
pub fn resize_image(img: &DynamicImage, size: (u32, u32)) -> DynamicImageResize the specified image to the specified size.