diff --git a/PIL/BmpImagePlugin.py b/PIL/BmpImagePlugin.py index a4eb1d3f2..0633a4cd3 100644 --- a/PIL/BmpImagePlugin.py +++ b/PIL/BmpImagePlugin.py @@ -82,7 +82,7 @@ class BmpImageFile(ImageFile.ImageFile): colors = 0 direction = -1 - elif len(s) in [40, 64]: + elif len(s) in [40, 64, 108]: # WIN 3.1 or OS/2 2.0 INFO bits = i16(s[14:])