Function cmyk2xyz

Source
pub fn cmyk2xyz(inp: &VipsImage) -> Result<VipsImage>
Expand description

VipsCMYK2XYZ (CMYK2XYZ), transform CMYK to XYZ inp: &VipsImage -> Input image returns VipsImage - Output image