mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Fixed typo [ci skip]
This commit is contained in:
parent
e0eb92ac0e
commit
2ebf9aed38
|
@ -6,4 +6,4 @@ Get One Channel From Image
|
||||||
|
|
||||||
New method :py:meth:`PIL.Image.Image.getchannel` added.
|
New method :py:meth:`PIL.Image.Image.getchannel` added.
|
||||||
It returns single channel by index or name. For example,
|
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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user