mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-05 04:50:09 +03:00
Merge 278441d1d7
into e1489d7c76
This commit is contained in:
commit
741aa700f8
|
@ -82,7 +82,7 @@ class BmpImageFile(ImageFile.ImageFile):
|
||||||
colors = 0
|
colors = 0
|
||||||
direction = -1
|
direction = -1
|
||||||
|
|
||||||
elif len(s) in [40, 64]:
|
elif len(s) in [40, 64, 108]:
|
||||||
|
|
||||||
# WIN 3.1 or OS/2 2.0 INFO
|
# WIN 3.1 or OS/2 2.0 INFO
|
||||||
bits = i16(s[14:])
|
bits = i16(s[14:])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user