[][src]Function libvips::ops::eye_with_opts

pub fn eye_with_opts(
    width: i32,
    height: i32,
    eye_options: &EyeOptions
) -> Result<VipsImage>

VipsEye (eye), make an image showing the eye's spatial response width: i32 -> Image width in pixels min: 1, max: 10000000, default: 1 height: i32 -> Image height in pixels min: 1, max: 10000000, default: 1 eye_options: &EyeOptions -> optional arguments returns VipsImage - Output image