Function libvips::ops::reduceh[][src]

pub fn reduceh(inp: &VipsImage, hshrink: f64) -> Result<VipsImage>
Expand description

VipsReduceh (reduceh), shrink an image horizontally inp: &VipsImage -> Input image argument hshrink: f64 -> Horizontal shrink factor min: 1, max: 1000000, default: 1 returns VipsImage - Output image