Split Image Channels

../../../../_images/image_split_channels.svg
class node_channels.SplitChannels[source]

Copies the given channels from the input image to the first output image, remaining channels are copied to second output image.

Inputs:
input : image

Input image

Outputs:
output1 : image

Image with selected channels

output2 : image

All non-selected channels

Configuration:
selected channels

Comma separated list of channels to send to first image output.

Common channel numbers and names:

0 (red/gray), 1 (green), 2 (blue). Alpha is always last channel.