mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Removed reference to "current version"
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
fb84c546b7
commit
9d101bffeb
|
@ -42,8 +42,8 @@ class Kernel(BuiltinFilter):
|
||||||
|
|
||||||
Kernels can only be applied to "L" and "RGB" images.
|
Kernels can only be applied to "L" and "RGB" images.
|
||||||
|
|
||||||
:param size: Kernel size, given as (width, height). In the current
|
:param size: Kernel size, given as (width, height).
|
||||||
version, this must be (3,3) or (5,5).
|
This must be (3,3) or (5,5).
|
||||||
:param kernel: A sequence containing kernel weights. The kernel will
|
:param kernel: A sequence containing kernel weights. The kernel will
|
||||||
be flipped vertically before being applied to the image.
|
be flipped vertically before being applied to the image.
|
||||||
:param scale: Scale factor. If given, the result for each pixel is
|
:param scale: Scale factor. If given, the result for each pixel is
|
||||||
|
|
Loading…
Reference in New Issue
Block a user