pub fn remainder_const(inp: &VipsImage, c: &mut [f64]) -> Result<VipsImage>Expand description
VipsRemainderConst (remainder_const), remainder after integer division of an image and a constant
inp: &VipsImage -> Input image
c: &mut [f64] -> Array of constants
returns VipsImage - Output image