[][src]Function libvips::ops::gaussnoise

pub fn gaussnoise(width: i32, height: i32) -> Result<VipsImage>

VipsGaussnoise (gaussnoise), make a gaussnoise 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 returns VipsImage - Output image