- What blur algorithm?
- Gaussian blur via canvas filter. Radius 0–40 pixels; larger radius = softer image. Fast enough for real-time preview.
- Is this for privacy?
- Only for casual use. Strong blur can sometimes be reversed with ML (face reconstruction, license-plate deblur). For genuine redaction, black-box the pixels.
- How does it affect file size?
- Blur doesn't reduce size on its own — the image has the same dimensions. Combine with JPEG compression to exploit the extra smoothness for smaller files.
- Can I preserve edges?
- This tool is isotropic Gaussian only. For edge-aware blur (surface blur, bilateral), use dedicated photo editors like Photoshop or GIMP.