aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-03-29 22:51:32 +0200
committerOlivier Tilloy <olivier@tilloy.net>2007-03-29 22:51:32 +0200
commit5f874ed73b0195c498e3e7ea01a68c0dfbeb56af (patch)
treebf2b0a30de8e2fce5ba4eafcfa3dc889c941d8e5 /todo
parentee67fe6a6583add3209a247c17bfa15fdd987d08 (diff)
downloadpyexiv2-5f874ed73b0195c498e3e7ea01a68c0dfbeb56af.tar.gz
Added methods cacheAllExifTags() and cacheAllIptcTags() that read and cache all the tag values (to be called in a separate thread for applications that need to access all the tags anyway, will speed up subsequent access).
Note: on my machine, tests do not show any obvious performance improvement as reading and converting a tag value to a Python type seems instantaneous anyway.
Diffstat (limited to 'todo')
-rw-r--r--todo1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo b/todo
index 1dd119c..b1590f0 100644
--- a/todo
+++ b/todo
@@ -1,6 +1,5 @@
todo list
-- Write methods cacheAllExifTags() and cacheAllIptcTags() that will read and cache all the tag values (to be used in a separate threads, for applications that need to access all the tags anyway)
- 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
- Rewrite the docstring documentation of the module using epydoc's syntax (http://epydoc.sourceforge.net/manual-fields.html)
- Write a complete documentation for the binding and it uses