aboutsummaryrefslogtreecommitdiffstats
path: root/src/pyexiv2.py
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-09-10 22:37:23 +0200
committerOlivier Tilloy <olivier@tilloy.net>2007-09-10 22:37:23 +0200
commitbee06f46ec991819ee25d86f5cee70209e4f8279 (patch)
treecabf083accca574aaf59e39711e20759d9990151 /src/pyexiv2.py
parent8562ddd3ed538c6507d7d9956780f9e6437f6c5c (diff)
downloadpyexiv2-bee06f46ec991819ee25d86f5cee70209e4f8279.tar.gz
Updated documentation.
Diffstat (limited to 'src/pyexiv2.py')
-rw-r--r--src/pyexiv2.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/pyexiv2.py b/src/pyexiv2.py
index faf899a..9254d03 100644
--- a/src/pyexiv2.py
+++ b/src/pyexiv2.py
@@ -158,7 +158,7 @@ def StringToUndefined(sequence):
Convert a string containing a sequence of bytes into its undefined form.
Convert a string containing a sequence of bytes into the corresponding
- sequence of ascii codes, each followed by a blank space (e.g. "0221" will
+ sequence of ascii codes, each followed by a blank space (e.g. "0221" will
be converted into "48 50 50 49 ").
The Undefined type is defined in the EXIF specification.
@@ -278,12 +278,6 @@ class Image(libpyexiv2.Image):
Provide convenient methods for the manipulation of EXIF and IPTC metadata
embedded in image files such as JPEG and TIFF files, using Python's built-in
types and modules such as datetime.
-
- Public methods:
- getExifTagValue -- get the value associated to a key in EXIF metadata
- setExifTagValue -- set the value associated to a key in EXIF metadata
- getIptcTagValue -- get the value associated to a key in IPTC metadata
- setIptcTagValue -- set the value associated to a key in IPTC metadata
"""
def __init__(self, filename):