Function xyz_with_opts

Source
pub fn xyz_with_opts(
    width: i32,
    height: i32,
    xyz_options: &XyzOptions,
) -> Result<VipsImage>
Expand description

VipsXyz (xyz), make an image where pixel values are coordinates width: i32 -> Image width in pixels min: 1, max: 10000000, default: 64 height: i32 -> Image height in pixels min: 1, max: 10000000, default: 64 xyz_options: &XyzOptions -> optional arguments returns VipsImage - Output image