mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Corrected BMP compression setting [ci skip]
This commit is contained in:
parent
cc45886bc3
commit
78430b9549
|
@ -56,8 +56,8 @@ The :py:meth:`~PIL.Image.open` method sets the following
|
|||
:py:attr:`~PIL.Image.Image.info` properties:
|
||||
|
||||
**compression**
|
||||
Set to ``bmp_rle8`` if the file is a 256-color run-length encoded image.
|
||||
Set to ``bmp_rle4`` if the file is a 16-color run-length encoded image.
|
||||
Set to 1 if the file is a 256-color run-length encoded image.
|
||||
Set to 2 if the file is a 16-color run-length encoded image.
|
||||
|
||||
DDS
|
||||
^^^
|
||||
|
|
Loading…
Reference in New Issue
Block a user