~ubuntu-branches/ubuntu/wily/python-imaging/wily

« back to all changes in this revision

Viewing changes to docs/pythondoc-PIL.ImageSequence.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-31 20:49:20 UTC
  • mfrom: (27.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130131204920-b5zshy6vgfvdionl
Tags: 1.1.7+1.7.8-1ubuntu1
Rewrite build dependencies to allow cross builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
============================
 
2
The PIL.ImageSequence Module
 
3
============================
 
4
 
 
5
The PIL.ImageSequence Module
 
6
============================
 
7
 
 
8
**Iterator(im)** (class) [`# <#PIL.ImageSequence.Iterator-class>`_]
 
9
    This class implements an iterator object that can be used to loop
 
10
    over an image sequence.
 
11
 
 
12
    For more information about this class, see `*The Iterator
 
13
    Class* <#PIL.ImageSequence.Iterator-class>`_.
 
14
 
 
15
The Iterator Class
 
16
------------------
 
17
 
 
18
**Iterator(im)** (class) [`# <#PIL.ImageSequence.Iterator-class>`_]
 
19
**\_\_init\_\_(im)**
 
20
[`# <#PIL.ImageSequence.Iterator.__init__-method>`_]
 
21
 
 
22
    *im*
 
23