Image to Blur
Blur any image with 4 blur types: gaussian, box, motion, radial. Adjust blur radius, live preview, download PNG/JPG/WebP.
Click, drop, or paste an image
🔒 100% browser-based · No upload to server · No signup
4 Blur Types
Gaussian (smooth native Canvas blur), Box (separable N×N average), Motion (horizontal streak), and Radial (zoom / explode from center). Pick a type and watch the preview update live.
Instant Preview
Drag the radius slider from 1px to 50px. For Motion it controls the horizontal trail length; for Radial it controls the zoom strength. Live preview updates as you drag.
100% Private
Your image never leaves your device. All blur processing happens in your browser using the Canvas API. No upload, no signup.
3 Output Formats
Download as PNG (lossless), JPG (small), or WebP (modern). No watermark, free forever.
Is the blur tool free?
Yes. 100% free, no signup, no watermark, no daily limit. Blur as many images as you want.
What blur types are available?
Four: Gaussian (the native Canvas filter — smooth, fast, the classic photo blur), Box (a manual separable box-blur that averages a 2*radius+1 neighborhood in two passes — a clean uniform blur), Motion (a horizontal-only blur that averages pixels along a left-right line, producing a speed streak), and Radial (a zoom/explode effect that samples along the line from image center through each pixel at increasing zoom factors).
How does the radial / zoom blur work?
For every output pixel, the tool samples `radius` points along the line from the image center through that pixel, at zoom factors interpolated from 1.0 (the pixel itself) up to 1.0 + radius/50. Averaging those samples produces the zoom/explode trail effect. Higher radius = stronger zoom.
Does my image leave my device?
No. All processing happens in your browser using the HTML5 Canvas API. Your image is never uploaded to any server.
Why is the output capped at 4096px?
To keep the tool fast and crash-free on phones and tablets. Images larger than 4096px on the longest side are scaled down proportionally before blur processing — the blur result is fully preserved. Canvas processing is wrapped in try/catch so any error is silently ignored.
Ready to try Image to Blur?
Free, no signup, no watermark. 100% browser-based. Your image never leaves your device.
Start Now