Function raster::transform::resize_exact_width [] [src]

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

Resize image to exact width. Height is auto calculated. Useful for creating column of images with the same width.