mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Add dispoal description in documents
This commit is contained in:
parent
4d8d59534f
commit
5a902bf8a2
|
@ -132,6 +132,14 @@ are available::
|
||||||
the palette can be passed in as an
|
the palette can be passed in as an
|
||||||
:py:class:`PIL.ImagePalette.ImagePalette` object.
|
:py:class:`PIL.ImagePalette.ImagePalette` object.
|
||||||
|
|
||||||
|
**disposal**
|
||||||
|
Indicates the way in which the graphic is to be treated after being displayed.
|
||||||
|
|
||||||
|
* 0 - No disposal specified.
|
||||||
|
* 1 - Do not dispose.
|
||||||
|
* 2 - Restore to background color.
|
||||||
|
* 3 - Restore to previous content.
|
||||||
|
|
||||||
Reading local images
|
Reading local images
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user