Method

VipsImagecomplexget

Declaration [src]

int
vips_complexget (
  VipsImage* in,
  VipsImage** out,
  VipsOperationComplexget get,
  ...
)

Description [src]

Get components of complex images.

The output type is the same as the input type, except VipsBandFormat becomes VipsBandFormat and VipsBandFormat becomes VipsBandFormat.

Parameters

out VipsImage
 

Output VipsImage

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.
get VipsOperationComplexget
 

Complex operation to perform.

... none
 

NULL-terminated list of optional named arguments.

Return value

Returns: int
 

0 on success, -1 on error.