mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 02:32:29 +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**
|
**compression**
|
||||||
Set to ``bmp_rle`` if the file is run-length encoded.
|
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
|
EPS
|
||||||
^^^
|
^^^
|
||||||
|
|
||||||
|
|
|
@ -102,10 +102,10 @@ Use ``PIL.__version__`` instead.
|
||||||
API Additions
|
API Additions
|
||||||
=============
|
=============
|
||||||
|
|
||||||
TODO
|
DIB File Format
|
||||||
^^^^
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
TODO
|
Pillow now supports reading and writing the DIB "Device Independent Bitmap" file format.
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
=============
|
=============
|
||||||
|
|
Loading…
Reference in New Issue
Block a user