pub fn complexget(
inp: &VipsImage,
get: OperationComplexget,
) -> Result<VipsImage>Expand description
VipsComplexget (complexget), get a component from a complex image
inp: &VipsImage -> Input image
get: OperationComplexget -> Complex to perform
Real -> VIPS_OPERATION_COMPLEXGET_REAL = 0 [DEFAULT]
Imag -> VIPS_OPERATION_COMPLEXGET_IMAG = 1
Last -> VIPS_OPERATION_COMPLEXGET_LAST = 2
returns VipsImage - Output image