mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-24 23:49:09 +03:00
Documented new channel operations [ci skip]
This commit is contained in:
parent
474f9d84cd
commit
a1eaba7689
|
@ -27,6 +27,12 @@ Reading JPEG comments
|
||||||
When opening a JPEG image, the comment may now be read into
|
When opening a JPEG image, the comment may now be read into
|
||||||
:py:attr:`~PIL.Image.Image.info`.
|
: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
|
Other Changes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user