summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmat/exiftool.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmat/exiftool.py b/libmat/exiftool.py
index 2c2a2b8..366ab12 100644
--- a/libmat/exiftool.py
+++ b/libmat/exiftool.py
@@ -76,6 +76,7 @@ class PngStripper(ExiftoolStripper):
76 ''' 76 '''
77 def _set_allowed(self): 77 def _set_allowed(self):
78 self.allowed.update(['Bit Depth', 'Color Type', 78 self.allowed.update(['Bit Depth', 'Color Type',
79 'Compression', 'Filter', 'Interlace', 'Pixels Per Unit X', 79 'Compression', 'Filter', 'Interlace', 'Palette',
80 'Pixels Per Unit X',
80 'Pixels Per Unit Y', 'Pixel Units', 'Significant Bits', 81 'Pixels Per Unit Y', 'Pixel Units', 'Significant Bits',
81 'Background Color', 'SRGB Rendering']) 82 'Background Color', 'SRGB Rendering'])