We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe66871 + a02e700 commit 45003b7Copy full SHA for 45003b7
docs/handbook/image-file-formats.rst
@@ -1242,8 +1242,10 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum
1242
.. versionadded:: 3.0.0
1243
1244
**append_images**
1245
- A list of images to append as additional pages. Each of the
1246
- images in the list can be single or multiframe images.
+ A list of :py:class:`PIL.Image.Image` objects to append as additional pages. Each
+ of the images in the list can be single or multiframe images. The ``save_all``
1247
+ parameter must be present and set to ``True`` in conjunction with
1248
+ ``append_images``.
1249
1250
.. versionadded:: 4.2.0
1251
0 commit comments