mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
PDF format docs, append_images
param update [ci skip]
Made sure it is documented that both the `append_images` and `save_all` params must be set. Just setting `append_images` does not work.
This commit is contained in:
parent
356681faae
commit
ef3de6bf4f
|
@ -1242,8 +1242,9 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum
|
|||
.. versionadded:: 3.0.0
|
||||
|
||||
**append_images**
|
||||
A list of images to append as additional pages. Each of the
|
||||
images in the list can be single or multiframe images.
|
||||
A list of :py:obj:`PIL.Image`s to append as additional pages. Each of the
|
||||
images in the list can be single or multiframe images. The ``save_all``
|
||||
parameter must be present and set to ``True`` in conjunction with ``append_images``.
|
||||
|
||||
.. versionadded:: 4.2.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user