Skip to content

Commit

Permalink
Added release notes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jun 6, 2021
1 parent 2c9a9b3 commit b17a7dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/releasenotes/8.3.0.rst
Expand Up @@ -50,6 +50,14 @@ To compare it to other ImageOps methods:
does not fill the extra space. Instead, the original aspect ratio is maintained. So
unlike the other two methods, it is not guaranteed to return an image of ``size``.

ICO saving: bitmap_format argument
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

By default, Pillow saves ICO files in the PNG format. They can now also be saved in BMP
format, through the new ``bitmap_format`` argument::

im.save("out.ico", bitmap_format="bmp")

Security
========

Expand Down

0 comments on commit b17a7dd

Please sign in to comment.