mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +03:00
Added release notes for #5321 [ci skip]
This commit is contained in:
parent
cfcedcc520
commit
b57aee53a2
|
@ -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
|
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.
|
: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
|
Security
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user