[][src]Function libvips::ops::bandjoin_const

pub fn bandjoin_const(inp: &VipsImage, c: &mut [f64]) -> Result<VipsImage>

VipsBandjoinConst (bandjoin_const), append a constant band to an image inp: &VipsImage -> Input image c: &mut [f64] -> Array of constants to add returns VipsImage - Output image