Back to FabImage Studio website

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

EnumerateImages_Random


Module: FoundationLite

Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted randomly.

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
inSeed Integer* Random seed used to determine random 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

Complexity Level

This filter is available on Advanced Complexity Level.

Filter Group

This filter is member of EnumerateImages filter group.