summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjvoisin2015-02-22 10:10:50 +0100
committerjvoisin2015-02-22 10:15:34 +0100
commit79ce29a7d5e41bb3bb2499bc7eb99164c423aa1d (patch)
tree3c8515874cfb9e0469bf0ea32d18b2fee1a66047 /README
parent655dda11a1eaf740573f019c3e734ef202db2345 (diff)
Preliminary implementation of PIL for images.
PIL (Python Image Library) is used to open, then save images, in order to remove unknown metadata.
Diffstat (limited to '')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 218655f..9e49136 100644
--- a/README
+++ b/README
@@ -21,6 +21,7 @@ DEPENDENCIES
21============ 21============
22 * python2.7 (at least) 22 * python2.7 (at least)
23 * python-hachoir-core and python-hachoir-parser 23 * python-hachoir-core and python-hachoir-parser
24 * python-pil for more secure images handling
24 * python-pdfrw, gir-poppler and python-gi-cairo for full PDF support 25 * python-pdfrw, gir-poppler and python-gi-cairo for full PDF support
25 * python-gi for the GUI 26 * python-gi for the GUI
26 * shred (should be already installed) 27 * shred (should be already installed)