Document the DIB image format [ci skip]

This commit is contained in:
Andrew Murray 2019-03-08 21:04:01 +11:00
parent 1bdb5dc917
commit 1c1bad3186
2 changed files with 11 additions and 3 deletions

View File

@ -31,6 +31,14 @@ The :py:meth:`~PIL.Image.Image.open` method sets the following
**compression**
Set to ``bmp_rle`` if the file is run-length encoded.
DIB
^^^
PIL reads and writes DIB files. DIB files are similar to BMP files, so see
above for more information.
.. versionadded:: 6.0.0
EPS
^^^

View File

@ -102,10 +102,10 @@ Use ``PIL.__version__`` instead.
API Additions
=============
TODO
^^^^
DIB File Format
^^^^^^^^^^^^^^^
TODO
Pillow now supports reading and writing the DIB "Device Independent Bitmap" file format.
Other Changes
=============