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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-31 20:49:20 UTC
  • mfrom: (1.1.4)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130131204920-7tnuhqhlsqdza4c2
Rewrite build dependencies to allow cross builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==========================
 
2
The PIL.GdImageFile Module
 
3
==========================
 
4
 
 
5
The PIL.GdImageFile Module
 
6
==========================
 
7
 
 
8
**GdImageFile** (class) [`# <#PIL.GdImageFile.GdImageFile-class>`_]
 
9
    Image plugin for the GD uncompressed format.
 
10
 
 
11
    For more information about this class, see `*The GdImageFile
 
12
    Class* <#PIL.GdImageFile.GdImageFile-class>`_.
 
13
 
 
14
**open(fp, mode="r")** [`# <#PIL.GdImageFile.open-function>`_]
 
15
 
 
16
    *filename*
 
17
    *mode*
 
18
    Returns:
 
19
    Raises **IOError**:
 
20
 
 
21
The GdImageFile Class
 
22
---------------------
 
23
 
 
24
**GdImageFile** (class) [`# <#PIL.GdImageFile.GdImageFile-class>`_]
 
25
    Image plugin for the GD uncompressed format. Note that this format
 
26
    is not supported by the standard **Image.open** function. To use
 
27
    this plugin, you have to import the **GdImageFile** module and use
 
28
    the **GdImageFile.open** function.
 
29