aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-01-10 23:48:33 +0100
committerOlivier Tilloy <olivier@tilloy.net>2007-01-10 23:48:33 +0100
commita69b5cd23553247d5ec2a59d60ca0c1e2cc399b8 (patch)
tree241a2550a721529a7a92cfcd98fe359aa050ff9a
parent0e0d0f0399944a91f60d440c886184f8505f0207 (diff)
downloadpyexiv2-a69b5cd23553247d5ec2a59d60ca0c1e2cc399b8.tar.gz
Updated the todo list.
Minor changes in the README file.
-rw-r--r--README4
-rw-r--r--src/todo2
2 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index c995124..cfcef28 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ pyexiv2 depends on the following libraries:
Of course it needs a Python interpreter to run.
+Optionally, you can use pygtk or pyqt to easily take advantage of the thumbnail
+manipulation methods proposed by pyexiv2 to display those thumbnails.
Building and installing
=======================
@@ -27,7 +29,7 @@ To do so, while in the top-level directory (e.g. '/home/johndoe/pyexiv2', which
should contain a file named 'SConstruct'), run the following commands:
$ scons
- $ scons install # as administrator, e.g. sudo scons install
+ $ scons install # as administrator, e.g. `sudo scons install`
The result of the build is a dynamic library, libpyexiv2.so, that is a Python
module called libpyexiv2. This module is a low-level binding. It is in turn used
diff --git a/src/todo b/src/todo
index 9fc5aa5..7826cd0 100644
--- a/src/todo
+++ b/src/todo
@@ -1,5 +1,5 @@
todo list
-- High-level (Python types) IPTC tags handling (same as EXIF but easier :))
+- High-level (Python types) IPTC tags handling: implement method setIptcTagValue()
- Add extensive unit tests
- Document the binding