Function libvips::ops::bandjoin_const

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

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