GitXplorerGitXplorer
S

fastblur

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c85739fb5741232eea95a7dfb61407c9ce5d62d9

Add readme

committed 6 years ago
Unverified
2da94c8923a9114e3e5b5c3eb0e1c9bc75ceffbb

Parallel channel processing

committed 6 years ago
Unverified
ee5f43c6d9c11441e23f49770317efbc96840476

Fancy box blur working. Much faster

committed 6 years ago
Unverified
0f614309834d68026ca2abb9693d49683d69fd16

added argparsing

committed 6 years ago
Unverified
e67084ac1afa82573b64614abcf8937fcef0e07d

Blur edges to black

committed 6 years ago
Unverified
5cfdb43e3e2bb9d309de85f3bcf4a094b07f10a2

Blur HARDER. Output bmps

committed 6 years ago

README

The README file for this repository.

I wanted to see if I could blur screenshots for my lockscreen faster than ImageMagick. This is faster, but ultimately the slowness comes from reading/writing to pngs, and the fact that i3lock only accepts pngs. In reality, using i3lock-color is a better option than this, but it was a fun little exercise.

The actual blurring code is wholesale converted from http://blog.ivank.net/fastest-gaussian-blur.html