[][src]Function libvips::ops::zone_with_opts

pub fn zone_with_opts(
    width: i32,
    height: i32,
    zone_options: &ZoneOptions
) -> Result<VipsImage>

VipsZone (zone), make a zone plate width: i32 -> Image width in pixels min: 1, max: 10000000, default: 1 height: i32 -> Image height in pixels min: 1, max: 10000000, default: 1 zone_options: &ZoneOptions -> optional arguments returns VipsImage - Output image