Function libvips::ops::grey_with_opts[][src]

pub fn grey_with_opts(
    width: i32,
    height: i32,
    grey_options: &GreyOptions
) -> Result<VipsImage>
Expand description

VipsGrey (grey), make a grey ramp image width: i32 -> Image width in pixels min: 1, max: 10000000, default: 1 height: i32 -> Image height in pixels min: 1, max: 10000000, default: 1 grey_options: &GreyOptions -> optional arguments returns VipsImage - Output image