Split
Split an image into defined equal sections. This is useful if you need to divide an output image between multiple displays.
Inputs and Controls
|
Connection Type |
Connection Name |
Function |
|
Input |
src |
The image you want to split. |
|
Control (UI) |
Knob (Scripting) |
Default Value |
Function |
|
Type name |
TypeName |
Split |
The node type. |
| Enabled | Enabled | ticked | If unchecked, this node will be omitted from the compiled image processing graph. Any incoming connections will be forwarded to the first output port, if any. |
| Label | Label | N/A | An optional label to display on the node. |
| Parameters | |||
|
Reset parameters to default value using the reset icon: |
|||
| Rows | Rows | 1 | The number of tiles to create vertically. The total multiplicative value of vertical and horizontal tiles is limited to 8. |
| Columns | Columns | 1 | The number of tiles to create horizontally. The total multiplicative value of vertical and horizontal tiles is limited to 8. |