mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Merge pull request #5031 from radarhere/append_images
PNG supports append_images
This commit is contained in:
commit
2d6e51e26c
|
@ -125,7 +125,7 @@ following options are 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
|
||||||
images in the list can be single or multiframe images.
|
images in the list can be single or multiframe images.
|
||||||
This is currently supported for GIF, PDF, TIFF, and WebP.
|
This is currently supported for GIF, PDF, PNG, TIFF, and WebP.
|
||||||
|
|
||||||
It is also supported for ICNS. If images are passed in of relevant sizes,
|
It is also supported for ICNS. If images are passed in of relevant sizes,
|
||||||
they will be used instead of scaling down the main image.
|
they will be used instead of scaling down the main image.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user