mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 19:36:38 +03:00
Wording changes
This commit is contained in:
parent
ce9cea94ed
commit
4433ff0ffd
|
@ -149,8 +149,9 @@ class ModeFilter(Filter):
|
|||
|
||||
|
||||
class GaussianBlur(MultibandFilter):
|
||||
"""Blurs the image with an extended box filter, which approximates a
|
||||
Gaussian kernel.
|
||||
"""Blurs the image with a sequence of extended box filters, which
|
||||
approximates a Gaussian kernel. For details on accuracy see
|
||||
<https://www.mia.uni-saarland.de/Publications/gwosdek-ssvm11.pdf>
|
||||
|
||||
:param radius: Standard deviation of the Gaussian kernel.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user