pub fn resize_with_opts(
inp: &VipsImage,
scale: f64,
resize_options: &ResizeOptions,
) -> Result<VipsImage>Expand description
VipsResize (resize), resize an image
inp: &VipsImage -> Input image argument
scale: f64 -> Scale image by this factor
min: 0, max: 10000000, default: 0
resize_options: &ResizeOptions -> optional arguments
returns VipsImage - Output image