EasyUse/Imagegenerated
JoinImageBatch
Turns an image batch into one big image by joining all images in the batch together.
Join Image Batch
images
image
mode
horizontal
Easy Use
Description
Turns an image batch into one big image by joining all images in the batch together.
Inputs
- images (IMAGE, required): The batch of images to join into a single image.
- mode (COMBO, required): The direction in which to join the images.
horizontal(default): Joins the images side by side, left to right.vertical: Stacks the images top to bottom.
Outputs
- IMAGE: The resulting combined image.
Usage Notes
- Use
horizontalwhen you want a wide strip of all images in the batch. - Use
verticalwhen you want a tall stack of all images in the batch. - The default mode is
horizontal. - This node is useful for previewing an entire batch as a single image or for passing a combined image to nodes that expect one image input.
- Category:
EasyUse/Image.
Comments
Sign in with GitHub to join the discussion.