Back to FabImage Studio website
You are here: Start » Filter Reference » Image IO » EnumerateImages_Random
Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted randomly.
Name | Type | Description | |
---|---|---|---|
![]() |
inDirectory | Directory | Input directory |
![]() |
inFileType | ImageFileFormat* | File format of the images |
![]() |
inSeed | int? | Random seed used to determine random sorting order |
![]() |
inRepeat | Bool | Determines whether to repeat reading directory after reading all files |
![]() |
inProcessSubdirectories | Bool | Flag indicating whether to load images from the subdirectories or not |
![]() |
inInvert | Bool | Flag indicating whether to enumerate images backwards or not |
![]() |
inLoadAlphaChannel | Bool | Flag indicating whether to load alpha channel of the image or not |
![]() |
outImage | Image | Output image |
![]() |
outFilePath | File | Output file path |
![]() |
outFileName | String | Output file name |
Applications
Emulates image acquisition with images stored on disk.
Complexity Level
This filter is available on Basic Complexity Level.