Skip to main content
Inspiring
February 9, 2022
Open for Voting

Add dithering to Gaussian Blur

  • February 9, 2022
  • 0 replies
  • 251 views

Problem: Blurring causes banding/posterization (for 8-bit/channel files). It is most apparent with very heavy (large radius) blurs.

 

Gaussian blur is the most commonly used blur filter. I suggest adding a dithering option to it (for adding a diffusion dither). A simple checkbox would do:

 
 

 

 

Side notes:

If someone has visible banding, they might try to use gaussian blur to blend the steps to fix it. This will often not work well (if in 8-bit) since Gaussian Blur isn't dithered. A workaround is to use the old Spatter filter set to Smoothness 1 (after the gaussian blur). Very few people would be aware of this, so it would be better if Gaussian Blur did a better job! 🙂