[][src]Function libvips::ops::worley_with_opts

pub fn worley_with_opts(
    width: i32,
    height: i32,
    worley_options: &WorleyOptions
) -> Result<VipsImage>

VipsWorley (worley), make a worley 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 worley_options: &WorleyOptions -> optional arguments returns VipsImage - Output image