We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc45886 commit 78430b9Copy full SHA for 78430b9
docs/handbook/image-file-formats.rst
@@ -56,8 +56,8 @@ The :py:meth:`~PIL.Image.open` method sets the following
56
:py:attr:`~PIL.Image.Image.info` properties:
57
58
**compression**
59
- Set to ``bmp_rle8`` if the file is a 256-color run-length encoded image.
60
- 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.
61
62
DDS
63
^^^
0 commit comments