diff options
Diffstat (limited to 'libmat')
| -rw-r--r-- | libmat/exiftool.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmat/exiftool.py b/libmat/exiftool.py index 3efd4f2..aa6849d 100644 --- a/libmat/exiftool.py +++ b/libmat/exiftool.py | |||
| @@ -14,8 +14,8 @@ class ExiftoolStripper(parser.GenericParser): | |||
| 14 | super(ExiftoolStripper, self).__init__(filename, parser, mime, backup, is_writable, **kwargs) | 14 | super(ExiftoolStripper, self).__init__(filename, parser, mime, backup, is_writable, **kwargs) |
| 15 | self.allowed = set(['ExifTool Version Number', 'File Name', 'Directory', | 15 | self.allowed = set(['ExifTool Version Number', 'File Name', 'Directory', |
| 16 | 'File Size', 'File Modification Date/Time', 'File Access Date/Time', 'File Permissions', | 16 | 'File Size', 'File Modification Date/Time', 'File Access Date/Time', 'File Permissions', |
| 17 | 'File Type', 'MIME Type', 'Image Width', 'Image Height', | 17 | 'File Type', 'File Type Extension', 'MIME Type', 'Image Width', 'Image Height', |
| 18 | 'Image Size', 'File Inode Change Date/Time']) | 18 | 'Image Size', 'File Inode Change Date/Time', 'Megapixels']) |
| 19 | self._set_allowed() | 19 | self._set_allowed() |
| 20 | 20 | ||
| 21 | def _set_allowed(self): | 21 | def _set_allowed(self): |
