Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image Color Spaces » CmykToRgb

CmykToRgb


Converts color space from Cyan-Magenta-Yellow-Key into Red-Green-Blue.

Name Type Description
inCmykImage Image
outRgbImage Image

Requirements

For input inCmykImage only pixel formats are supported: 4⨯uint8, 4⨯int8, 4⨯uint16, 4⨯int16, 4⨯int32, 4⨯real.

Read more about pixel formats in Image documentation.

Applications

CMYK color space is designed for printing - not recommended for machine vision.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Not a 4-channel image in CmykToRgb.
DomainError Not supported inCmykImage pixel format in CmykToRgb.

Complexity Level

This filter is available on Advanced Complexity Level.