pub fn extract_band(inp: &VipsImage, band: i32) -> Result<VipsImage>Expand description
VipsExtractBand (extract_band), extract band from an image
inp: &VipsImage -> Input image
band: i32 -> Band to extract
min: 0, max: 10000000, default: 0
returns VipsImage - Output image