mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 21:26:46 +03:00
10 lines
252 B
ReStructuredText
10 lines
252 B
ReStructuredText
4.3.0
|
|
-----
|
|
|
|
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.
|