Start » Filter Reference » Image » Image Conversions » SplitChannels_OrNil
Module: | FoundationLite |
---|
Creates several monochromatic images from individual channels of the input image and sets Nil for channels that are not present.
Name | Type | Description | |
---|---|---|---|
inImage | Image | Input image | |
outMonoImage1 | Image? | Image of the first channel | |
outMonoImage2 | Image? | Image of the second channel (if exists) | |
outMonoImage3 | Image? | Image of the third channel (if exists) | |
outMonoImage4 | Image? | Image of the fourth channel (if exists) |
Description
The operation extracts the color channels of inImage as separate monochromatic images. Outputs corresponding to non-existing channels of an image are set to Nil.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- SelectChannel – Creates an image from a single channel of the input image.
- MergeChannels – Creates a multichannel image from several monochromatic ones.
- SplitChannels – Creates several monochromatic images from individual channels of the input image.