mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-18 19:24:47 +03:00
Add dispoal description in documents
This commit is contained in:
parent
0a475f29ca
commit
b4a63c1c20
|
@ -127,6 +127,14 @@ are available::
|
||||||
**palette**
|
**palette**
|
||||||
Use the specified palette for the saved image.
|
Use the specified palette for the saved image.
|
||||||
|
|
||||||
|
**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