Merge pull request #4498 from radarhere/new_chops

Document new channel operations
This commit is contained in:
Hugo van Kemenade 2020-03-31 11:52:49 +03:00 committed by GitHub
commit 349bcd8691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
=============