mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
Add to release notes
This commit is contained in:
parent
8b1a3cc80c
commit
60f44c83df
|
@ -4,13 +4,19 @@
|
||||||
Get One Channel From Image
|
Get One Channel From Image
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
New method :py:meth:`PIL.Image.Image.getchannel` added.
|
New method :py:meth:`PIL.Image.Image.getchannel` is 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 separate image.
|
``image.getchannel("A")`` will return alpha channel as separate image.
|
||||||
``getchannel`` should work up to 6 times faster than ``image.split()[0]``
|
``getchannel`` should work up to 6 times faster than ``image.split()[0]``
|
||||||
in previous Pillow versions.
|
in previous Pillow versions.
|
||||||
|
|
||||||
|
|
||||||
|
Box Blur
|
||||||
|
========
|
||||||
|
|
||||||
|
New filter :py:class:`PIL.ImageFilter.BoxBlur` is added.
|
||||||
|
|
||||||
|
|
||||||
Partial Resampling
|
Partial Resampling
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user