diff options
Diffstat (limited to 'libmat/pillow.py')
| -rw-r--r-- | libmat/pillow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat/pillow.py b/libmat/pillow.py index 556d58a..5406b8b 100644 --- a/libmat/pillow.py +++ b/libmat/pillow.py | |||
| @@ -22,6 +22,6 @@ class PillowStripper(object): | |||
| 22 | logging.error('Unable to import PIL, image support degraded. Be careful.') | 22 | logging.error('Unable to import PIL, image support degraded. Be careful.') |
| 23 | 23 | ||
| 24 | try: | 24 | try: |
| 25 | Image.open(self.filename).save(self.filename) | 25 | Image.open(self.filename).save(self.filename, exif='') |
| 26 | except IOError: | 26 | except IOError: |
| 27 | logging.error('Can not save %s.' % self.filename) | 27 | logging.error('Can not save %s.' % self.filename) |
