Skip to content

Use stack blur instead of Gaussian blur

Noah Davis requested to merge work/ndavis/stackBlur into master

Stack blur looks like Gaussian blur, but is much faster with larger kernel sizes. This is important when scaling the standard deviation and kernel size with the device pixel ratio.

Merge request reports