pub fn reduceh_with_opts(
inp: &VipsImage,
hshrink: f64,
reduceh_options: &ReducehOptions,
) -> 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
reduceh_options: &ReducehOptions -> optional arguments
returns VipsImage - Output image