pub fn zoom(input: &VipsImage, xfac: i32, yfac: i32) -> Result<VipsImage>Expand description
VipsZoom (zoom), zoom an image
input: &VipsImage -> Input image
xfac: i32 -> Horizontal zoom factor
min: 1, max: 10000000, default: 1
yfac: i32 -> Vertical zoom factor
min: 1, max: 10000000, default: 1
returns VipsImage - Output image