WLJS LogoWLJS Notebook

Blur

Blur[image] gives a blurred version of image.

Blur[image, r] gives a version of image blurred over pixel radius r.

Examples

Apply blur to an image:

img = ExampleData[{"TestImage", "Lena"}];
Blur[img]

Stronger blur:

Blur[img, 10]

Please visit the official Wolfram Language Reference for more details.

On this page