mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Document the DIB image format [ci skip]
This commit is contained in:
parent
1bdb5dc917
commit
1c1bad3186
|
@ -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
|
||||
^^^
|
||||
|
||||
|
|
|
@ -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
|
||||
=============
|
||||
|
|
Loading…
Reference in New Issue
Block a user