This commit is contained in:
Piotrek Szymański 2014-01-22 20:42:54 -08:00
commit 741aa700f8

View File

@ -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:])