Skip to content

Commit

Permalink
Merge pull request #4498 from radarhere/new_chops
Browse files Browse the repository at this point in the history
Document new channel operations
  • Loading branch information
hugovk committed Mar 31, 2020
2 parents 474f9d8 + b700edf commit 349bcd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/releasenotes/7.1.0.rst
Expand Up @@ -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
=============

Expand Down

0 comments on commit 349bcd8

Please sign in to comment.