Function libvips::ops::complexform

source ·
pub fn complexform(left: &VipsImage, right: &VipsImage) -> Result<VipsImage>
Expand description

VipsComplexform (complexform), form a complex image from two real images left: &VipsImage -> Left-hand image argument right: &VipsImage -> Right-hand image argument returns VipsImage - Output image