mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #2715 from radarhere/releasenotes
Added release notes for #2708
This commit is contained in:
commit
c0c7c22749
|
@ -6,4 +6,11 @@ Get One Channel From Image
|
|||
|
||||
New method :py:meth:`PIL.Image.Image.getchannel` added.
|
||||
It returns single channel by index or name. For example,
|
||||
``image.getchannel("A")`` will return alpha channel as seperate image.
|
||||
``image.getchannel("A")`` will return alpha channel as separate image.
|
||||
|
||||
Removed Core Image Debugging Code
|
||||
=================================
|
||||
|
||||
Debugging code within ``Image.core.grabclipboard`` was removed. It had been
|
||||
marked as ``will be removed in future versions`` since PIL. When enabled, it
|
||||
identified the format of the clipboard data.
|
||||
|
|
Loading…
Reference in New Issue
Block a user