[][src]Function raster::transform::resize_exact_height

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

Resize image to exact height. Width is auto calculated. Useful for creating row of images with the same height.