Constructor

VipsImagefractsurf

Declaration [src]

int
vips_fractsurf (
  VipsImage** out,
  int width,
  int height,
  double fractal_dimension,
  ...
)

Description [src]

Generate an image of size width by height and fractal dimension fractal_dimension. The dimension should be between 2 and 3.

::: seealso vips_gaussnoise(), vips_mask_fractal().

Parameters

out VipsImage
 

Output image.

 The argument will be set by the function.
 The called function takes ownership of the data, and is responsible for freeing it.
width int
 

Output width.

height int
 

Output height.

fractal_dimension double
 

Fractal dimension.

... none
 

NULL-terminated list of optional named arguments.

Return value

Returns: int
 

0 on success, -1 on error.