Collage Images
This function block creates a single collage image from multiple input images. If a matching flag list (OK/NOK) is provided, the collage adds colored borders to each tile to indicate status.
π₯ Inputs
Image ListA list of images to be combined into the collage (can be images of different sizes).Flag ListOptional list of boolean or status flags (OK/NOK) matching each image in theImage List. When provided, tiles show a border color indicating the flag state.
π€ Outputs
Collaged ImageThe resulting combined image created from the input list.
πΉοΈ Controls
Select Image Size (Pixel)Use this slider to set the tile size used in the collage layout. Larger values produce bigger tiles and a larger final collage image.
π¨ Features
Easy merging of many images into a single preview image suitable for reports, dashboards, or quick inspection.
Optional flagging support to visually mark each tile as OK or NOK using borders.
Adjustable tile size so you can balance detail and final collage dimensions.
Accepts mixed image sources (camera frames, processed crops, saved images).
βοΈ Running mechanism
When executed, the block reads the provided Image List and optionally the Flag List. It resizes or tiles images according to the chosen Select Image Size (Pixel) and lays them out into a grid. If flags are present and match the image count, each tile receives a border color that indicates its OK/NOK state. The final combined image is emitted from the Collaged Image output.
π Usage instructions
Prepare the images you want combined and provide them to the
Image Listinput.Optionally provide a corresponding
Flag Listof equal length to add status borders.Adjust
Select Image Size (Pixel)to change tile size for readability or compactness.Connect the
Collaged Imageoutput to a display or save block to inspect or store the result.
π‘ Tips and Tricks
Normalize input sizes for better-looking collages: use
Image ResizeorImage Resizerbefore feeding images intoImage List.If you want to collect multiple cropped regions from a single source, use
Image ROI Select Multito build yourImage List.Generate flags automatically by combining detection blocks such as
Mask Detection,Object Detection, orObject Detection - Custom. Use detection results (OK/NOK logic) to build theFlag Listfor visual inspection.Preview the final collage interactively by connecting the output to
Show Image.Save collages automatically using
Multi Image Writeor log them withImage Loggerfor traceability.When using many images, reduce
Select Image Size (Pixel)to keep the final collage within display or file size limits.
π οΈ Troubleshooting
If borders appear missing or incorrect, confirm the
Flag Listlength equals theImage Listlength.If images look stretched or cropped unexpectedly, add an
Image Resizestep to standardize aspect ratios before creating the collage.If the collage is too large for display or saving, lower the
Select Image Size (Pixel)value.
Last updated
Was this helpful?