components.io.imagesequencereader
- class ImageSequenceReader(config={}, **kwds)[source]
Bases:
ComponentRead a set of image files (JPEG, PNG, TIFF, etc).
The
firstfileandlastfilestrings must be identical apart from a decimal number that signifies the position in the sequence. This number can be anywhere in the filename and need not have leading zeros.Config
firstfilestr
Path name of first file in the sequence.
lastfilestr
Path name of last file in the sequence.
loopingstr
Whether to play continuously. Can be
'off'or'repeat'.
Comments or questions? Please email jim@jim-easterbrook.me.uk.