mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-21 13:39:48 +03:00
Updated documentation [ci skip]
This commit is contained in:
parent
6c61de97ad
commit
6b224bed34
|
@ -141,7 +141,7 @@ are available::
|
||||||
* 3 - Restore to previous content.
|
* 3 - Restore to previous content.
|
||||||
|
|
||||||
Pass a single integer for a constant disposal, or a list or tuple
|
Pass a single integer for a constant disposal, or a list or tuple
|
||||||
to set the disposal for each frame separately.
|
to set the disposal for each frame separately.
|
||||||
|
|
||||||
Reading local images
|
Reading local images
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -836,9 +836,8 @@ The :py:meth:`~PIL.Image.Image.open` method sets the following
|
||||||
GD
|
GD
|
||||||
^^
|
^^
|
||||||
|
|
||||||
PIL reads uncompressed GD files. Note that this file format cannot be
|
PIL reads uncompressed GD2 files. Note that you must use
|
||||||
automatically identified, so you must use :py:func:`PIL.GdImageFile.open` to
|
:py:func:`PIL.GdImageFile.open` to read such a file.
|
||||||
read such a file.
|
|
||||||
|
|
||||||
The :py:meth:`~PIL.Image.Image.open` method sets the following
|
The :py:meth:`~PIL.Image.Image.open` method sets the following
|
||||||
:py:attr:`~PIL.Image.Image.info` properties:
|
:py:attr:`~PIL.Image.Image.info` properties:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user