Blur
Blur the image by appending filters:blur(VALUE)
with a value between 0
and 150
. The value represents the desired blur radius. The higher the number, the more blurred the image will be.
Specify the value of the sigma used in the Gaussian function by providing a second parameter separated by a comma: filters:blur(RADIUS,SIGMA)
. This value is optional and defaults to the value specified for the radius.,
Try the interactive demo below.