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 #VIPS_FORMAT_COMPLEX becomes #VIPS_FORMAT_FLOAT and #VIPS_FORMAT_DPCOMPLEX becomes
VIPS_FORMAT_DOUBLE.
This method is not directly available to language bindings. |
Parameters
out |
VipsImage |
Output |
|
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. |
|
... |
|
|