[][src]Function libvips::ops::black_with_opts

pub fn black_with_opts(
    width: i32,
    height: i32,
    black_options: &BlackOptions
) -> Result<VipsImage>

VipsBlack (black), make a black 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 black_options: &BlackOptions -> optional arguments returns VipsImage - Output image