🪠️ WWAA Image Grid from Index

WWAA_IndexGridLayoutNode

Creates a grid layout based on specified frame indices from an image sequence. You provide comma-separated indices (e.g., '0,3,6,9,12,15') and the node automatically calculates optimal grid dimensions. Missing frames are filled with the specified background color. Returns the grid image along with computed rows and columns.

Pack: WWAA-CustomNodes

custom_nodes.WWAA-CustomNodes

Inputs (4)

NameTypeRequired
imagesIMAGErequired
indicesSTRINGrequired
background_colorSTRINGrequired
output_scaleINTrequired

Outputs (3)

NameType
grid_imageIMAGE
computed_rowsINT
computed_columnsINT