<aside> 🛠

One-Slider Blur. Just Pick an Intensity


The safest and simplest form of Blur in the family. A single slider from 1 (lightest) to 10 (heaviest) is the only control — the tool automatically picks the right downscaling ratio behind the scenes so you can't accidentally pick a setting that fails. As long as the input image is at least 7 × 7 pixels, Image Blur (Simple) is guaranteed to succeed. Perfect for quick privacy blurs, soft backgrounds, glow layers, or any time you just want a clean, error-free blur without tuning multiple parameters.

</aside>


What it does

Image Blur (Simple) applies a Gaussian blur to the entire image using a single Blur intensity slider from 1 to 10. Internally it follows the same Downscale → Gaussian Blur → Upscale pipeline as Image Blur (Fast), but the downscale ratio is auto-tuned by intensity instead of being a user input. At intensity 1 the image is halved before blurring; at intensity 10 it's reduced to 7 × 7 pixels before blurring. A fixed 5 × 5 Gaussian kernel is applied, then the image is upsampled back to its original size. Because the tool chooses the downscale ratio automatically, it can never pick a ratio that shrinks the image below the kernel size — so it never errors out the way Image Blur (Fast) can if you push its scale factor too low.

Problem it solves

Input/Output

Configuration Options

How to Use