aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorOlivier Tilloy <osomon@sanctuary>2008-01-16 22:04:49 +0100
committerOlivier Tilloy <osomon@sanctuary>2008-01-16 22:04:49 +0100
commit766426fa74e5c267d23e4ae5f20e32654f30554a (patch)
tree69c857a83ff146ae62616cc302df454e671bf052 /todo
parent7fb82328d1edfe56b70c1bbd7f9fa26a31096a7e (diff)
downloadpyexiv2-766426fa74e5c267d23e4ae5f20e32654f30554a.tar.gz
Implemented feature request tracked by bug #175069 (Retrieve/set the JPEG comment): added methods getComment(), setComment(str) and clearComment() to class Image.
Diffstat (limited to 'todo')
-rw-r--r--todo2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo b/todo
index da39526..04e6424 100644
--- a/todo
+++ b/todo
@@ -2,9 +2,9 @@ todo list
- Tag getters/setters should support unicode strings as well as regular strings (see bug #146313).
- What about forcing all strings encoding to UTF in tag values? (see Marc's mail)
-- Add support for JpegComment getters/setters
- Reflect changes from src/error.cpp in libexiv2 to src/libpyexiv2.cpp: new error messages, error codes changed
- Add a 'doc' builder to the SConstruct to build the module's documentation
- Rewrite the exiv2 command-line tool and the test binaries in Python and (Python) scripts to run the same tests that are run to test exiv2
- Write a complete documentation for the binding and it uses
- Write unit tests (http://docs.python.org/lib/module-unittest.html)
+- New architecture and support of XMP metadata (see bug #183337)