Rust port of the StackBlur method by Mario Klingemann.
StackBlur is a compromise between Gaussian blur and Box blur, but it creates much better looking blurs than Box blur and it is ~7x faster than Gaussian blur.
To run stackblur-rs
performance comparison, run ./compare.sh
. It requires hyperfine and go installed in your system.