components.io.imagesequencereader

class ImageSequenceReader(config={}, **kwds)[source]

Bases: Component

Read a set of image files (JPEG, PNG, TIFF, etc).

The firstfile and lastfile strings 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

firstfile

str

Path name of first file in the sequence.

lastfile

str

Path name of last file in the sequence.

looping

str

Whether to play continuously. Can be 'off' or 'repeat'.


Comments or questions? Please email jim@jim-easterbrook.me.uk.