Arrange Images¶
Arranges a sequence of images horizontally, vertically, or in a grid
Documentation¶
Arranges all inputs images in a horizontal, vertical, or grid layout with optional spacing between each image. The number of output channels are limited by the image with the least number of channels. Outputs optional alpha channel with 1’s or 0’s on pixels covered by an image or by the spacing.
Definition¶
Input ports¶
- images 1 - 6, image
Input images
Output ports¶
- result image
result after filtering
Configuration¶
- Add alpha (add_alpha)
If true then output will have one more output channel than the inputs
- Background (background)
Background colour as float values separated by comma
- Center (center)
Centers the images inside each grid cell where they are placed
- Horizontally (horizontally)
Number of images horizontally. Use 0 for all horizontal or -1 for grid layout
- Horizontal spacing (hspacing)
Spacing in pixels between images horizontally
- Use alpha (use_alpha)
If true then last output channel will be set to 0 in-between images, 1 otherwise
- Vertical spacing (vspacing)
Spacing in pixels between images vertically
Examples¶
Implementation¶
- class node_arrange_images.ArrangeImages[source]