Skip to content

Commit

Permalink
python-pillow#6102 added support for RLE8
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 24, 2022
1 parent b08cf7b commit 47426c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/handbook/image-file-formats.rst
Expand Up @@ -44,8 +44,9 @@ BMP
^^^

Pillow reads and writes Windows and OS/2 BMP files containing ``1``, ``L``, ``P``,
or ``RGB`` data. 16-colour images are read as ``P`` images. Run-length encoding
is not supported.
or ``RGB`` data. 16-colour images are read as ``P`` images. 4-bit run-length encoding
is not supported. Support for reading 8-bit run-length encoding was added in Pillow
9.1.0.

The :py:meth:`~PIL.Image.open` method sets the following
:py:attr:`~PIL.Image.Image.info` properties:
Expand Down

0 comments on commit 47426c5

Please sign in to comment.