[][src]Function raster::transform::resize_fill

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

Resize image to fill all the space in the given dimension. Excess parts are removed.