Documented new channel operations [ci skip]

This commit is contained in:
Andrew Murray 2020-03-31 18:42:06 +11:00
parent 474f9d84cd
commit a1eaba7689

View File

@ -27,6 +27,12 @@ Reading JPEG comments
When opening a JPEG image, the comment may now be read into
:py:attr:`~PIL.Image.Image.info`.
New Channel Operations
^^^^^^^^^^^^^^^^^^^^^^
Three new channel operations have been added: :py:meth:`~PIL.ImageChops.soft_light`,
:py:meth:`~PIL.ImageChops.hard_light` and :py:meth:`~PIL.ImageChops.overlay`.
Other Changes
=============