Skip to content

[feature] gaussian blur box

Michael Hölzl requested to merge GaussianBlur into master

A fast gussian blur algorithm, for beautiful UI effects like Windows Aero or the transparency effect on MacOS (Dock, Mail etc.). Maybe we can use this to blur the transparent background on the terminal application etc.

window.box_blur(x, y, width, height, radius);

Bildschirmfoto_2018-06-30_um_22.44.28

Merge request reports