Removed reference to "current version"

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2024-03-26 06:07:39 +11:00 committed by GitHub
parent fb84c546b7
commit 9d101bffeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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