Function libvips::ops::subtract

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

VipsSubtract (subtract), subtract two images left: &VipsImage -> Left-hand image argument right: &VipsImage -> Right-hand image argument returns VipsImage - Output image