Skip to content

brokeyourbike/stackblur-rs

Repository files navigation

stackblur-rs

tests dependency status

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.

Performance

Comparison to the Go implementation

To run stackblur-rs performance comparison, run ./compare.sh. It requires hyperfine and go installed in your system.

License

Mozilla Public License v2.0