summaryrefslogtreecommitdiff
path: root/MAT/images.py
diff options
context:
space:
mode:
Diffstat (limited to 'MAT/images.py')
-rw-r--r--MAT/images.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/MAT/images.py b/MAT/images.py
index dc96e6a..67c710f 100644
--- a/MAT/images.py
+++ b/MAT/images.py
@@ -42,9 +42,9 @@ class PngStripper(parser.GenericParser):
42 ''' 42 '''
43 field_list = frozenset([ 43 field_list = frozenset([
44 'id', 44 'id',
45 'header', # PNG header 45 'header', # PNG header
46 'physical', # the intended pixel size or aspect ratio 46 'physical', # the intended pixel size or aspect ratio
47 'end']) # end of the image 47 'end']) # end of the image
48 if field.name in field_list: 48 if field.name in field_list:
49 return False 49 return False
50 if field.name.startswith('data['): # data 50 if field.name.startswith('data['): # data