[][src]Function raster::transform::resize_exact

pub fn resize_exact(src: &mut Image, w: i32, h: i32) -> RasterResult<()>

Resize image to exact dimensions ignoring aspect ratio. Useful if you want to force exact width and height.