







The PIL.ImageSequence Module


Iterator(im) (class) [ #PIL.ImageSequence.Iterator-class# ]

This class implements an iterator object that can be used to loop
over an image sequence.

For more information about this class, see #PIL.ImageSequence.Iterator-classThe Iterator Class .



The Iterator Class 


Iterator(im) (class) [ #PIL.ImageSequence.Iterator-class# ]

This class implements an iterator object that can be used to loop
over an image sequence.


__init__(im)  [ #PIL.ImageSequence.Iterator.__init__-method# ]

Create an iterator.


im

An image object.





