Blur & Sharpen Image
Apply box blur, Gaussian blur, sharpen, edge enhance, unsharp mask or motion blur. Stack effects. Adjustable radius and intensity. 100% browser-based.
Six Effects That Cover the Full Range of Practical Use Cases
Most online blur tools give you one slider that makes the image blurry. This tool gives you six distinct effects built on different mathematical models, each suited to a different task. Box Blur averages every pixel uniformly within a radius — fast, strong, slightly blocky at high values, good for heavy background softening. Gaussian Blur weights the averaging by a bell curve so pixels closer to the centre contribute more — produces the smooth, natural-looking softening you recognise from Photoshop's Gaussian Blur filter and CSS filter: blur(). Sharpen amplifies local contrast differences using a Laplacian kernel — makes soft edges crisp. Edge Enhance uses a stronger version of the same principle, making edges dramatically more pronounced. Unsharp Mask is the professional sharpening standard — it subtracts a blurred version of the image from itself to isolate edges, then amplifies them — better than simple sharpen for photographs because it avoids halo artefacts. Motion Blur applies a horizontal averaging strip to simulate camera movement during a long exposure — used in product photography, speed compositing and abstract design.
Why the Old Blur Looked Invisible on Large Images
The previous version of this tool capped the blur radius at 5, which produced a kernel covering an 11×11 pixel area. On a 1920px wide image, an 11px blur is nearly invisible — it changes less than 0.6% of the image width. The rewritten version uses a fast multi-pass box blur algorithm that accepts radius values up to 20, covering a 40×41 pixel area per pass, with three passes applied to approximate a Gaussian distribution. On a 1920px image at radius 20, the blur is clearly visible and strong. On a 400px thumbnail at the same setting, it is very heavy. The Strength slider now has a meaningful range and the result is visible immediately after clicking Apply regardless of source image resolution.
The Intensity Slider — Blending for Subtlety
The Intensity slider blends the processed output with the original image pixel by pixel. At 100%, you see the full effect. At 50%, each output pixel is a 50/50 mix of the original and the processed version. At 10%, the effect is barely perceptible — useful for very subtle sharpening passes that improve perceived clarity without looking processed. This blending approach is the same technique used by Photoshop's Fade command and Lightroom's clarity slider. It is particularly useful for Unsharp Mask at high Strength values: the full unsharp mask might over-sharpen highlights, but at 60–70% intensity it produces natural-looking edge enhancement. For the Edge Enhance effect, which tends toward the dramatic, intensity 20–40% is typically the right range for subtle accentuation rather than an illustrated look.
Sharpening Photographs That Came Out Slightly Soft
Camera shake, focus breathing, and lens diffraction all produce slightly soft images that look acceptable on a phone screen but disappoint when viewed full-size or printed. The Unsharp Mask effect at Strength 6–10 and Intensity 65–75% recovers a significant amount of apparent sharpness from mildly soft images. The workflow: upload the image, select Unsharp Mask, set Strength to 8, Intensity to 70%, click Apply, compare the before/after panels. If the edges look over-sharpened or haloed, reduce Intensity to 55–60%. If the effect is not visible, increase Strength to 12. Do not over-sharpen — a small amount of sharpening that looks subtle on screen is usually correct for print and digital display. After sharpening, compress with the Image Compressor to reduce file size without re-introducing the softness.
Blur for Privacy — Censoring Sensitive Areas
Blurring is the standard technique for obscuring personal information in images before sharing: faces in crowd photos, license plates, addresses on documents, financial data in screenshots. This tool applies blur globally to the entire image. If you only need to blur a specific region — a face in the lower-right corner of an otherwise sharp image — the full-image approach requires cropping that region, blurring it, and compositing it back, which is a multi-step process in a desktop editor. For full-image privacy blurring — a crowd scene, a screenshot of a document you need to share the structure of but not the content — Box Blur at Strength 15–20 and Intensity 100% produces a strong, unreadable blur that still communicates the general layout of the content. After blurring, use the Image Converter to save as WebP for the smallest file size.
Motion Blur for Product Photography and Design
Horizontal motion blur applied at moderate strength (6–10) and 40–60% intensity gives static product photos a sense of speed and dynamism — a technique common in automotive photography, electronics advertising and sports brand imagery. At full strength and intensity on a plain product shot, it reads as abstract and artistic rather than photographic. The effect works best on images with a clear horizontal subject — a car, a running shoe, a device viewed from the side. For design work, applying motion blur to a texture or pattern and then using it as a background layer creates a kinetic feel without needing a camera setup. Combine with the Image Filters tool for colour grading after applying motion blur.
✓Verified by ToollyX Team · Last updated June 2026
Frequently Asked Questions
Disclaimer: All blur and sharpen effects are processed locally in your browser. No images are uploaded to any server.