Skip to content

Image Folder

Image Folder
Inputs

Loads all images from a folder as a batch output for downstream batch processing.

Image Folder scans a directory on disk and loads every matching image into a single batch output. A file pattern filter (e.g. .png;.jpg) controls which files are included, and an Include Subfolders toggle optionally recurses into child directories.

Sort results by Name, Date Modified, or File Size, with an optional Reverse Order toggle. A Limit parameter caps the number of loaded images when you only need a subset. The output is a BATCH pin that feeds directly into Sprite Sheet, Export Batch, Split, or any other batch-consuming node.

Folder

FolderText

Path to folder containing images

Filter & Sort

File PatternText
Default: *.png;*.jpg;*.jpeg;*.webp;*.tif;*.tiff;*.bmp;*.tga

Semicolon-separated file patterns (e.g. *.png;*.jpg)

Include SubfoldersToggle
Default: false

Walk subdirectories to find images

Sort ByChoice
Default: Name

Sort order: Name, Date Modified, or File Size

  • NameSort alphabetically by filename.
  • Date ModifiedSort by file modification timestamp.
  • File SizeSort by file size on disk.
Reverse OrderToggle
Default: false

Sort in descending order

LimitInteger
Default: 0 Range: 0–10000

0 = no limit. Load only the first N images

  • Use the file pattern filter to target specific formats - e.g. .png;.jpg to skip PSD or TIFF files.
  • Enable Include Subfolders to recursively gather images from a nested directory structure.
  • Set Sort By to Date Modified and enable Reverse Order to load newest files first.
  • Use Limit to cap the batch size when testing a pipeline on a large folder.
  • Wire into Sprite Sheet to pack an entire folder of assets into a single atlas.