Merge Image Channels
 
Creates a new image with all the channels in the two input images.
- Input ports:
- 
| input1: | image Input image | 
|---|
 | input2: | image Input image | 
|---|
 
 
- Output ports:
- 
| output: | image Resulting image with all channels | 
|---|
 
 
Configuration:
- 
class node_channels.ConcatChannels[source]