~osomon/pyexiv2/website

34 by Olivier Tilloy
Updated current documentation to 0.3.1.
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
3
4
<html xmlns="http://www.w3.org/1999/xhtml">
5
  <head>
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
    
8
    <title>pyexiv2 documentation &mdash; pyexiv2 v0.3.1 documentation</title>
9
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
10
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
11
    <script type="text/javascript">
12
      var DOCUMENTATION_OPTIONS = {
13
        URL_ROOT:    '',
14
        VERSION:     '0.3.1',
26 by Olivier Tilloy
Updated current documentation to 0.3.0.
15
        COLLAPSE_INDEX: false,
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
16
        FILE_SUFFIX: '.html',
17
        HAS_SOURCE:  true
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
18
      };
19
    </script>
20
    <script type="text/javascript" src="_static/jquery.js"></script>
21
    <script type="text/javascript" src="_static/underscore.js"></script>
22
    <script type="text/javascript" src="_static/doctools.js"></script>
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
23
    <link rel="shortcut icon" href="_static/pyexiv2.ico"/>
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
24
    <link rel="top" title="pyexiv2 v0.3.1 documentation" href="#" />
25
    <link rel="next" title="Tutorial" href="tutorial.html" /> 
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
26
  </head>
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
27
  <body>
28
    <div class="related">
29
      <h3>Navigation</h3>
30
      <ul>
31
        <li class="right" style="margin-right: 10px">
32
          <a href="genindex.html" title="General Index"
33
             accesskey="I">index</a></li>
34
        <li class="right" >
35
          <a href="py-modindex.html" title="Python Module Index"
36
             >modules</a> |</li>
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
37
        <li class="right" >
38
          <a href="tutorial.html" title="Tutorial"
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
39
             accesskey="N">next</a> |</li>
40
        <li><a href="#">pyexiv2 v0.3.1 documentation</a> &raquo;</li> 
41
      </ul>
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
42
    </div>  
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
43
44
    <div class="document">
45
      <div class="documentwrapper">
46
        <div class="bodywrapper">
47
          <div class="body">
48
            
49
  <div class="section" id="pyexiv2-documentation">
50
<h1>pyexiv2 documentation<a class="headerlink" href="#pyexiv2-documentation" title="Permalink to this headline"></a></h1>
51
<p>Welcome! This is the documentation for pyexiv2 0.3.1, last updated October 23, 2011.</p>
52
<p>pyexiv2 is a python binding to <a class="reference external" href="http://exiv2.org/">exiv2</a>, the C++ library
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
53
for manipulation of <abbr title="EXchangeable Image File">EXIF</abbr>,
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
54
<abbr title="International Press Telecommunications Council">IPTC</abbr> and
15 by Olivier Tilloy
Updated current documentation to 0.2.1.
55
<abbr title="eXtensible Metadata Platform">XMP</abbr> image metadata.
56
It is a python module that allows your python scripts to read and write
57
metadata (EXIF, IPTC, XMP, thumbnails) embedded in image files
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
58
(JPEG, TIFF, ...).</p>
59
<p>It is designed as a high-level interface to the functionalities offered by
60
libexiv2. Using python&#8217;s built-in data types and standard modules, it provides
61
easy manipulation of image metadata.</p>
62
<p>pyexiv2 is distributed under the
63
<a class="reference external" href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GPL version 2</a>
64
license.</p>
65
<p>Contents:</p>
66
<div class="toctree-wrapper compound">
67
<ul>
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
68
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a><ul>
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
69
<li class="toctree-l2"><a class="reference internal" href="tutorial.html#reading-and-writing-exif-tags">Reading and writing EXIF tags</a></li>
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
70
<li class="toctree-l2"><a class="reference internal" href="tutorial.html#reading-and-writing-iptc-tags">Reading and writing IPTC tags</a></li>
71
<li class="toctree-l2"><a class="reference internal" href="tutorial.html#reading-and-writing-xmp-tags">Reading and writing XMP tags</a></li>
72
<li class="toctree-l2"><a class="reference internal" href="tutorial.html#accessing-embedded-previews">Accessing embedded previews</a></li>
73
</ul>
74
</li>
75
<li class="toctree-l1"><a class="reference internal" href="api.html">API documentation</a><ul>
76
<li class="toctree-l2"><a class="reference internal" href="api.html#module-pyexiv2">pyexiv2</a></li>
77
<li class="toctree-l2"><a class="reference internal" href="api.html#module-pyexiv2.metadata">pyexiv2.metadata</a></li>
78
<li class="toctree-l2"><a class="reference internal" href="api.html#module-pyexiv2.exif">pyexiv2.exif</a></li>
79
<li class="toctree-l2"><a class="reference internal" href="api.html#module-pyexiv2.iptc">pyexiv2.iptc</a></li>
80
<li class="toctree-l2"><a class="reference internal" href="api.html#module-pyexiv2.xmp">pyexiv2.xmp</a></li>
81
<li class="toctree-l2"><a class="reference internal" href="api.html#module-pyexiv2.preview">pyexiv2.preview</a></li>
82
<li class="toctree-l2"><a class="reference internal" href="api.html#module-pyexiv2.utils">pyexiv2.utils</a></li>
83
</ul>
84
</li>
85
<li class="toctree-l1"><a class="reference internal" href="developers.html">Developers</a><ul>
86
<li class="toctree-l2"><a class="reference internal" href="developers.html#getting-the-code">Getting the code</a></li>
87
<li class="toctree-l2"><a class="reference internal" href="developers.html#dependencies">Dependencies</a></li>
88
<li class="toctree-l2"><a class="reference internal" href="developers.html#building-and-installing">Building and installing</a></li>
89
<li class="toctree-l2"><a class="reference internal" href="developers.html#documentation">Documentation</a></li>
90
<li class="toctree-l2"><a class="reference internal" href="developers.html#unit-tests">Unit tests</a></li>
91
<li class="toctree-l2"><a class="reference internal" href="developers.html#contributing">Contributing</a></li>
92
</ul>
93
</li>
94
</ul>
95
</div>
96
</div>
97
<div class="section" id="indices-and-tables">
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
98
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
99
<ul class="simple">
100
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
101
<li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
102
<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
103
</ul>
104
</div>
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
105
106
107
          </div>
108
        </div>
109
      </div>
110
      <div class="sphinxsidebar">
111
        <div class="sphinxsidebarwrapper">
112
            <p class="logo"><a href="#">
113
              <img class="logo" src="_static/pyexiv2-big-192x192.png" alt="Logo"/>
15 by Olivier Tilloy
Updated current documentation to 0.2.1.
114
            </a></p>
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
115
  <h3><a href="#">Table Of Contents</a></h3>
116
  <ul>
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
117
<li><a class="reference internal" href="#">pyexiv2 documentation</a><ul>
118
</ul>
119
</li>
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
120
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
121
</ul>
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
122
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
123
  <h4>Next topic</h4>
124
  <p class="topless"><a href="tutorial.html"
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
125
                        title="next chapter">Tutorial</a></p>
126
  <h3>This Page</h3>
127
  <ul class="this-page-menu">
128
    <li><a href="_sources/index.txt"
129
           rel="nofollow">Show Source</a></li>
130
  </ul>
131
<div id="searchbox" style="display: none">
132
  <h3>Quick search</h3>
133
    <form class="search" action="search.html" method="get">
134
      <input type="text" name="q" size="18" />
135
      <input type="submit" value="Go" />
136
      <input type="hidden" name="check_keywords" value="yes" />
137
      <input type="hidden" name="area" value="default" />
138
    </form>
139
    <p class="searchtip" style="font-size: 90%">
140
    Enter search terms or a module, class or function name.
141
    </p>
142
</div>
143
<script type="text/javascript">$('#searchbox').show(0);</script>
144
        </div>
145
      </div>
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
146
      <div class="clearer"></div>
147
    </div>
148
    <div class="related">
149
      <h3>Navigation</h3>
150
      <ul>
151
        <li class="right" style="margin-right: 10px">
152
          <a href="genindex.html" title="General Index"
153
             >index</a></li>
154
        <li class="right" >
155
          <a href="py-modindex.html" title="Python Module Index"
156
             >modules</a> |</li>
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
157
        <li class="right" >
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
158
          <a href="tutorial.html" title="Tutorial"
159
             >next</a> |</li>
160
        <li><a href="#">pyexiv2 v0.3.1 documentation</a> &raquo;</li> 
161
      </ul>
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
162
    </div>
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
163
    <div class="footer">
164
        &copy; Copyright 2006-2011, Olivier Tilloy.
165
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
34 by Olivier Tilloy
Updated current documentation to 0.3.1.
166
    </div>
167
  </body>
3 by Olivier Tilloy
Integrated pyexiv2 0.2.0's generated HTML documentation.
168
</html>
169
170