Soften an image by applying a browser blur radius and exporting the result.
The selected radius is passed to the CSS blur operation and Canvas redraws the image at source dimensions. The browser performs the convolution-like softening and produces a PNG.
Input: data:image/png;base64,iVBORw0KGgo= Radius: 5
PNG data URL with a 5px CSS blur
Privacy previews soften regions, design mock-ups blur backgrounds, and graphics lessons compare radius with detail loss.