[][src]Function libvips::ops::perlin_with_opts

pub fn perlin_with_opts(
    width: i32,
    height: i32,
    perlin_options: &PerlinOptions
) -> Result<VipsImage>

VipsPerlin (perlin), make a perlin noise 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 perlin_options: &PerlinOptions -> optional arguments returns VipsImage - Output image