Constructor
VipsImagemask_fractal
Declaration [src]
int
vips_mask_fractal (
VipsImage** out,
int width,
int height,
double fractal_dimension,
...
)
Description [src]
This operation should be used to create fractal images by filtering the power spectrum of Gaussian white noise.
See vips_gaussnoise().
Optional arguments
nodc: %gboolean, don’t set the DC pixelreject: %gboolean, invert the filter senseoptical: %gboolean, coordinates in optical spaceuchar: %gboolean, output a uchar image
See also
This constructor is not directly available to language bindings.
Parameters
out-
Type:
VipsImageOutput image.
The argument will be set by the function. The caller of the function takes ownership of the returned data, and is responsible for freeing it. width-
Type:
intImage size.
height-
Type:
intImage size.
fractal_dimension-
Type:
doubleFractal dimension.
...-
Type:
NULL-terminated list of optional named arguments.