Start » Filter Reference » Image » Image Conversions » SplitChannels
Module: | FoundationLite |
---|
Creates several monochromatic images from individual channels of the input image.
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 empty images.
Examples
![]() An example image used as inImage. |
![]() The resulting outMonoImage1. |
![]() The resulting outMonoImage2. |
![]() The resulting outMonoImage3. |
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_OrNil – Creates several monochromatic images from individual channels of the input image and sets Nil for channels that are not present.