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.

This method is not directly available to language bindings.

Parameters

out

Type: VipsImage

Output VipsImage

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

Type: VipsOperationComplexget

Complex operation to perform.

...

Type: 

NULL-terminated list of optional named arguments.

Return value

Type: int

0 on success, -1 on error.