From 125ec9c650830d5a2e3bf79100d1f565a0761789 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 1 Oct 2015 19:45:27 +1000 Subject: [PATCH] Added documentation --- docs/handbook/image-file-formats.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 5d2cab518..f09a7cbbf 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -786,6 +786,11 @@ PIL can write PDF (Acrobat) images. Such images are written as binary PDF 1.1 files, using either JPEG or HEX encoding depending on the image mode (and whether JPEG support is available or not). +When calling :py:meth:`~PIL.Image.Image.save`, if a multiframe image is used, +by default, only the first image will be saved. To save all frames, each frame +to a separate page of the PDF, the ``save_all`` parameter must be present and +set to ``True``. + PIXAR (read only) ^^^^^^^^^^^^^^^^^