Image Blur Tool
Upload an image, drag the blur slider to set the radius, then download the blurred result instantly — no uploads to any server.
Image Blur Tool
Drop an image here
or click to browse
or click to browse
0 — None
50 — Maximum
Upload an image to see the blur preview
Done!
Summary
Upload an image, drag the blur slider to set the radius, then download the blurred result instantly — no uploads to any server.
How it works
- The image is drawn onto an invisible HTML5 Canvas element.
- The CSS filter: blur() property is applied to the canvas context with your chosen radius.
- The filtered canvas is composited and exported as a PNG data URL.
- The download link is generated client-side, so nothing touches a server.
Use cases
- Blur sensitive text or faces in screenshots before sharing.
- Create depth-of-field background effects for presentations.
- Soften an image for use as a website hero background.
- Anonymize personal information visible in photos.
- Generate blurred thumbnails or placeholder images.
- Reduce visual noise in busy photos for overlay text.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu