pub fn mask_fractal_with_opts(
width: i32,
height: i32,
fractal_dimension: f64,
mask_fractal_options: &MaskFractalOptions,
) -> Result<VipsImage>Expand description
VipsMaskFractal (mask_fractal), make fractal filter
width: i32 -> Image width in pixels
min: 1, max: 10000000, default: 1
height: i32 -> Image height in pixels
min: 1, max: 10000000, default: 1
fractal_dimension: f64 -> Fractal dimension
min: 2, max: 3, default: 2.5
mask_fractal_options: &MaskFractalOptions -> optional arguments
returns VipsImage - Output image