pub fn composite(inp: &mut [VipsImage], mode: &mut [i32]) -> Result<VipsImage>Expand description
VipsComposite (composite), blend an array of images with an array of blend modes
inp: &mut [VipsImage] -> Array of input images
mode: &mut [i32] -> Array of VipsBlendMode to join with
returns VipsImage - Output image