Real Gaussian softening
The blur is a true Gaussian convolution applied by the browser's canvas pipeline, so falloff is smooth and natural rather than a boxy smear.
Soften a photo or hide detail with an adjustable Gaussian blur slider.
Loading tool…
The tool is loading its code on your device. This happens once and is cached for later visits.
Processed entirely on your device
Overview
Add a smooth Gaussian blur to any image and control the radius from a whisper to a heavy wash. The slider previews live and nothing is uploaded.
A Gaussian blur replaces each pixel with a weighted average of its neighbours, where nearer neighbours count for more. The radius you set controls how wide that neighbourhood is: small radii soften edges subtly, large radii melt detail into smooth colour fields. The weighting curve is what keeps the result looking optical rather than smeared.
Portraits and product shots usually want 1–4 px to take the digital edge off. Backgrounds behind text overlays benefit from 6–12 px so the type stays legible. Full obscuring of faces, number plates or confidential documents needs enough radius that no stroke remains distinguishable — verify at 100% zoom, not in a thumbnail.
Blurring destroys high-frequency detail irreversibly, so keep an unblurred original if you might want it back. On the plus side, smooth blurred regions encode compactly, which can shrink downstream file sizes when you later compress the image.
The effect is applied at the image's native pixel dimensions on an in-browser canvas, then saved as PNG. There is no downscaling trick and no server round-trip, so what you preview is exactly what you download.
Step by step
Drop an image onto the upload area or choose one from your device.
Move the blur-radius slider; the preview updates as you drag.
Stop at the softness you want — small values soften, large values obscure.
Download the blurred PNG at full original resolution.
Why use it
What this tool is good for, and what it deliberately does not try to do.
The blur is a true Gaussian convolution applied by the browser's canvas pipeline, so falloff is smooth and natural rather than a boxy smear.
Because the slider re-renders from your untouched source each time, you can dial the radius up and down without cumulative quality loss.
Blurring faces, plates or confidential text happens on your device, so sensitive pixels are never transmitted anywhere before being obscured.
Questions
Short, honest answers about quality, limits and privacy.