mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 05:04:24 +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:
|
:py:attr:`~PIL.Image.Image.info` properties:
|
||||||
|
|
||||||
**compression**
|
**compression**
|
||||||
Set to ``bmp_rle8`` if the file is a 256-color run-length encoded image.
|
Set to 1 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 2 if the file is a 16-color run-length encoded image.
|
||||||
|
|
||||||
DDS
|
DDS
|
||||||
^^^
|
^^^
|
||||||
|
|
Loading…
Reference in New Issue
Block a user