forked from mgumz/alock
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Real 2G Gaussian blur using convolution filter
It has turned out, that X Render composition function does make convolution filter with 2D matrix. However, the world is not perfect yet. It seems, that X server operates on low-bits numbers, so making convolution with very big matrix produces a lot of artifacts. In comparison with e.g. Gimp, our blur filter is really cheap...
- Loading branch information
Showing
1 changed file
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters