[][src]Function libvips::ops::extract_band

pub fn extract_band(inp: &VipsImage, band: i32) -> Result<VipsImage>

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