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

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

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