[][src]Function libvips::ops::remainder

pub fn remainder(left: &VipsImage, right: &VipsImage) -> Result<VipsImage>

VipsRemainder (remainder), remainder after integer division of two images left: &VipsImage -> Left-hand image argument right: &VipsImage -> Right-hand image argument returns VipsImage - Output image