mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Merge pull request #4498 from radarhere/new_chops
Document new channel operations
This commit is contained in:
commit
349bcd8691
|
@ -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
|
||||
=============
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user