Back to FabImage Studio website

You are here: Start » Filter Reference » Image » Image IO » EnumerateImages

EnumerateImages


Module: FoundationLite

Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted according to the specified order.

Applications

Emulates image acquisition with images stored on disk.
Name Type Description
Input value
inDirectory Directory Input directory
Input value
inFileType ImageFileFormat* File format of the images
Input value
inSortingOrder FileSortingOrder Sorting order
Input value
inRepeat Bool Determines whether to repeat reading directory after reading all files
Input value
inProcessSubdirectories Bool Flag indicating whether to load images from the subdirectories or not
Input value
inInvert Bool Flag indicating whether to enumerate images backwards or not
Input value
inLoadAlphaChannel Bool Flag indicating whether to load alpha channel of the image or not
Input value
inDelay Integer Minimum time between iterations in milliseconds
Output value
outImage Image Output image
Output value
outFilePath File Output file path
Output value
outFileName String Output file name
Output value
outIsFirst Bool Flag indicating the first iteration
Output value
outIsLast Bool Flag indicating the last iteration

Hints

  • Set inDirectory to specify where on your disk are the images you want to load.
  • This filter can also be added easily by dragging and dropping a disk directory from Windows Explorer to the Program Editor in FabImage Studio.

Examples

Complexity Level

This filter is available on Advanced Complexity Level.

Filter Group

This filter is member of EnumerateImages filter group.