<aside> 🛠

Fast Blur Effect


****Apply blur effect to an image faster by using a scale factor to downscale, blur, then upscale back. Three controls: kernel size (blur radius), color multiplier (brightness), and scale factor (downscaling ratio). Trade slight quality loss for significant speed gains. Perfect for real-time workflows, batch processing, or when speed matters more than perfect quality

</aside>


What it does

Image Fast Blur applies Gaussian blur more efficiently by downscaling the image first, applying blur at lower resolution, then upscaling back to original size. This is much faster than full-resolution blur. Three controls: kernel size (blur radius at downscaled resolution), color multiplier (brightness adjustment), and scale factor (downscaling ratio). Lower scale factor = faster but lower quality. Higher scale factor = closer to full quality but slower. Ideal for speed-critical workflows.

Problem it solves

Input/Output

<aside>

</aside>

Configuration Options

How to Use