Function libvips::ops::reducev

source ·
pub fn reducev(inp: &VipsImage, vshrink: f64) -> Result<VipsImage>
Expand description

VipsReducev (reducev), shrink an image vertically inp: &VipsImage -> Input image argument vshrink: f64 -> Vertical shrink factor min: 1, max: 1000000, default: 1 returns VipsImage - Output image