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.
1 parent ff9715f commit 2899ca0Copy full SHA for 2899ca0
docs/releasenotes/8.1.0.rst
@@ -26,10 +26,15 @@ TODO
26
API Additions
27
=============
28
29
-TODO
30
-^^^^
+Append images to ICO
+^^^^^^^^^^^^^^^^^^^^
31
32
+When saving an ICO image, the file may contain versions of the image at different
33
+sizes. By default, Pillow will scale down the main image to create these copies.
34
+
35
+With this release, a list of images can be provided to the ``append_images`` parameter
36
+when saving, to replace the scaled down versions. This is the same functionality that
37
+already exists for the ICNS format.
38
39
Security
40
========
0 commit comments