aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api.rst
blob: b4a9cb1185948ec3fb1553a372429dd4867df55a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
API documentation
=================

pyexiv2
#######

.. module:: pyexiv2
.. autodata:: pyexiv2.version_info
.. autodata:: pyexiv2.__version__
.. autodata:: pyexiv2.exiv2_version_info
.. autodata:: pyexiv2.__exiv2_version__

pyexiv2.metadata
################

.. module:: pyexiv2.metadata
.. autoclass:: pyexiv2.metadata.ImageMetadata
   :members: read, write, dimensions, mime_type, exif_keys, iptc_keys,
             xmp_keys, __getitem__, __setitem__, __delitem__, previews, copy

pyexiv2.exif
############

.. module:: pyexiv2.exif
.. autoexception:: pyexiv2.exif.ExifValueError
.. autoclass:: pyexiv2.exif.ExifTag
   :members: key, type, name, label, description, section_name,
             section_description, raw_value, value, human_value

pyexiv2.iptc
############

.. module:: pyexiv2.iptc
.. autoexception:: pyexiv2.iptc.IptcValueError
.. autoclass:: pyexiv2.iptc.IptcTag
   :members: key, type, name, title, description, photoshop_name, repeatable,
             record_name, record_description, raw_values, values

pyexiv2.xmp
###########

.. module:: pyexiv2.xmp
.. autoexception:: pyexiv2.xmp.XmpValueError
.. autoclass:: pyexiv2.xmp.XmpTag
   :members: key, type, name, title, description, raw_value, value