pub fn im_resize_clamped(im: &DynamicImage, w: u32, h: u32) -> DynamicImage
Expand description

Resize image to largest possible size that fits the target w, h uses Linear filter