Image Concatenate
This function block is designed to concatenate multiple images either horizontally or vertically. It ensures that all images are of the same size by adding padding when necessary.
📥 Inputs
Image List
A list of images to be concatenated together. The input can accept multiple images at once.
📤 Outputs
Image Any
The output is a single image that results from the concatenation of the input images.
🕹️ Controls
Relation
A dropdown selection that allows you to choose between horizontal and vertical concatenation of the images.
🎨 Features
Dynamic Padding Adjustment
The block automatically adjusts images to ensure they all align properly by adding black padding where necessary.
Flexible Concatenation Direction
Users can choose to concatenate images either horizontally or vertically, providing versatility in output structure.
📝 Usage Instructions
Input Images: Connect the images you wish to concatenate to the
Image List
input.Select Direction: Choose whether you want the images to be combined
HORIZONTAL
orVERTICAL
using theRelation
dropdown.Evaluate: Run the block to concatenate the images according to your selected method. The concatenated image will be available at the output.
📊 Evaluation
This function block evaluates the input image list and produces a new image that combines all provided images based on the specified direction.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated