Skip to content

Collect

Collect
Utility

Bundles any number of individual images into a single batch output.

Collect takes a variable-count list of IMAGE inputs and combines them into one batch output. Each connected image becomes a frame in the batch, with a per-frame name field. Drag rows in the Parameters panel to reorder frames.

This is the manual counterpart to Image Folder: where Image Folder loads from disk automatically, Collect lets you hand-pick and arrange images from anywhere in your graph into a batch for downstream processing.

Pins

Image 1, Image 2, ...Image
InputOptionalVariable count
BatchBatch
Output

General

FramesData

Per-frame metadata array (name). Managed by the node UI

  • Drag rows in the Parameters panel to reorder frames without rewiring.
  • Give each frame a descriptive name - Export Batch uses these names in the output filenames.
  • Leave a frame’s name blank to fill it automatically. A frame that is one image of a collection (a folder frame, or anything unrolled from a batch) keeps its own file name, whichever route it took to get here, so a rename on the Image Folder or Split node it came through never renames its frames. For a single-image input, a custom label on the connected node carries through, otherwise it falls back to the source filename.
  • A name you type wins for a single-image input. A row belonging to a batch input is disabled, since one field cannot name many frames without giving them all the same name; those frames keep their own names.
  • Wire the output into Sprite Sheet, Export Batch, or Split for batch processing.