mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
Merge pull request #5016 from radarhere/webp_save_all
Describe effect of WebP save_all
This commit is contained in:
commit
1aecbc2376
|
@ -947,9 +947,10 @@ Saving sequences
|
||||||
library is v0.5.0 or later. You can check webp animation support at
|
library is v0.5.0 or later. You can check webp animation support at
|
||||||
runtime by calling ``features.check("webp_anim")``.
|
runtime by calling ``features.check("webp_anim")``.
|
||||||
|
|
||||||
When calling :py:meth:`~PIL.Image.Image.save` to write a WebP file, the
|
When calling :py:meth:`~PIL.Image.Image.save` to write a WebP file, by default
|
||||||
following options are available when the ``save_all`` argument is present and
|
only the first frame of a multiframe image will be saved. If the ``save_all``
|
||||||
true.
|
argument is present and true, then all frames will be saved, and the following
|
||||||
|
options will also be available.
|
||||||
|
|
||||||
**append_images**
|
**append_images**
|
||||||
A list of images to append as additional frames. Each of the
|
A list of images to append as additional frames. Each of the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user