Skip to main content

Gaussian blur

Apply Gaussian blur to a predefined image (a cat generated with DALL·E) or choose a custom one. Adjust the intensity of the effect using the slider.

This demo is based on WebGPU. More details can be found in the dedicated article series here. Source code is available on Github.

Original Image

Blurred Image

5

Run the benchmark to compare the performance between the basic implementation and the optimized one. The graph highlights the execution times as a function of the kernel radius.

Benchmark