diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2009-12-16 09:56:08 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2009-12-16 09:56:08 +0100 |
commit | c56b135e2c768cc02b877a0e48111deddef34597 (patch) | |
tree | 9269bd7938afde3a4decd8c88a7bc29ada58257c /todo | |
parent | 0104da13ef883e1e7476b5434fca96135ba5aaed (diff) | |
download | pyexiv2-c56b135e2c768cc02b877a0e48111deddef34597.tar.gz |
Updated the TODO list.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,9 +1,9 @@ todo list +- The constructor of the Image class should accept a filename OR a buffered stream - Reimplement copyMetadataTo in C++ - Unit test the C++ wrapper (in python, if possible) - Use logging to log, among other things, decoding and type conversion errors -- The constructor of the Image class should accept a buffered file - 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) - Reflect changes from src/error.cpp in libexiv2 to src/libpyexiv2.cpp: new error messages, error codes changed @@ -13,3 +13,11 @@ todo list - Write a complete documentation for the binding and its uses (use other tools, maybe pydoctor) - New architecture and support of XMP metadata (see bug #183337) - Consider upgrading the license to GPL v3 + + + + +Bugs: + +- Unicode encoding problem when writing to an EXIF Ascii tag with non ASCII characters (e.g. "é") +- Problem decoding the value of "Iptc.Application2.Copyright" for smiley1.jpg |