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

« back to all changes in this revision

Viewing changes to docs/pythondoc-PIL.IptcImagePlugin.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.IptcImagePlugin Module
 
3
==============================
 
4
 
 
5
The PIL.IptcImagePlugin Module
 
6
==============================
 
7
 
 
8
**getiptcinfo(im)** [`# <#PIL.IptcImagePlugin.getiptcinfo-function>`_]
 
9
 
 
10
    *im*
 
11
    Returns:
 
12
 
 
13
**IptcImageFile** (class)
 
14
[`# <#PIL.IptcImagePlugin.IptcImageFile-class>`_]
 
15
    Image plugin for IPTC/NAA datastreams.
 
16
 
 
17
    For more information about this class, see `*The IptcImageFile
 
18
    Class* <#PIL.IptcImagePlugin.IptcImageFile-class>`_.
 
19
 
 
20
The IptcImageFile Class
 
21
-----------------------
 
22
 
 
23
**IptcImageFile** (class)
 
24
[`# <#PIL.IptcImagePlugin.IptcImageFile-class>`_]
 
25
    Image plugin for IPTC/NAA datastreams. To read IPTC/NAA fields from
 
26
    TIFF and JPEG files, use the **getiptcinfo** function.
 
27