summaryrefslogtreecommitdiff
path: root/MAT/exiftool.py
diff options
context:
space:
mode:
authorjvoisin2012-12-19 21:17:02 +0100
committerjvoisin2012-12-19 21:17:02 +0100
commitb0b30b8ed51d6de3671c0b133edd6f7f3230282b (patch)
treee28a33c1c1eb0e3dfa81d0a21c586a003db54b2a /MAT/exiftool.py
parent99f982f844aa75cfd895e16bc6f3dcac778e31ac (diff)
Preliminary support of producted pdf quality choice
Diffstat (limited to 'MAT/exiftool.py')
-rw-r--r--MAT/exiftool.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/MAT/exiftool.py b/MAT/exiftool.py
index 758a094..eeefcb8 100644
--- a/MAT/exiftool.py
+++ b/MAT/exiftool.py
@@ -11,9 +11,8 @@ class ExiftoolStripper(parser.GenericParser):
11 A generic stripper class using exiftool as backend 11 A generic stripper class using exiftool as backend
12 ''' 12 '''
13 13
14 def __init__(self, filename, parser, mime, backup, add2archive): 14 def __init__(self, filename, parser, mime, backup, **kwargs):
15 super(ExiftoolStripper, self).__init__(filename, parser, mime, 15 super(ExiftoolStripper, self).__init__(filename, parser, mime, backup, **kwargs)
16 backup, add2archive)
17 self.allowed = ['ExifTool Version Number', 'File Name', 'Directory', 16 self.allowed = ['ExifTool Version Number', 'File Name', 'Directory',
18 'File Size', 'File Modification Date/Time', 'File Permissions', 17 'File Size', 'File Modification Date/Time', 'File Permissions',
19 'File Type', 'MIME Type', 'Image Width', 'Image Height', 18 'File Type', 'MIME Type', 'Image Width', 'Image Height',