Function eye_with_opts

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

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