diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-11-22 19:42:38 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-11-22 19:42:38 +0100 |
commit | d990761f2f2c929dd74cee87742540219c205067 (patch) | |
tree | 0534c832944e592a7ab54dce5fbfa6469ecef8e8 /doc | |
parent | 9c05cd6c979c71836d5c9b284846217d586599f5 (diff) | |
download | pyexiv2-d990761f2f2c929dd74cee87742540219c205067.tar.gz |
Generate API documentation for the ExifThumbnail class.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api.rst b/doc/api.rst index c1e17b2..a06b552 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -27,6 +27,8 @@ pyexiv2.exif .. autoclass:: ExifTag :members: key, type, name, label, description, section_name, section_description, raw_value, value, human_value +.. autoclass:: ExifThumbnail + :members: mime_type, extension, data, set_from_file, write_to_file, erase pyexiv2.iptc ############ |