Skip to content

Commit

Permalink
Added release notes for python-pillow#5321
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 14, 2021
1 parent cfcedcc commit fd53ec2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/releasenotes/8.2.0.rst
Expand Up @@ -51,6 +51,14 @@ instances, so it will only be used by ``im.show()`` or :py:func:`.ImageShow.show
if none of the other viewers are available. This means that the behaviour of
:py:class:`PIL.ImageShow` will stay the same for most Pillow users.

Saving TIFF with ICC profile
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

As is already possible for JPEG, PNG and WebP, the ICC profile for TIFF files can now
be specified through a keyword argument::

im.save("out.tif", icc_profile=...)

Security
========

Expand Down

0 comments on commit fd53ec2

Please sign in to comment.