[][src]Function libvips::ops::eye

pub fn eye(width: i32, height: i32) -> 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 returns VipsImage - Output image