diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-03-29 22:51:32 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-03-29 22:51:32 +0200 |
commit | 5f874ed73b0195c498e3e7ea01a68c0dfbeb56af (patch) | |
tree | bf2b0a30de8e2fce5ba4eafcfa3dc889c941d8e5 /todo | |
parent | ee67fe6a6583add3209a247c17bfa15fdd987d08 (diff) | |
download | pyexiv2-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-- | todo | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |