Skip to content

AxelMatstoms/fastblur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastblur

Blur images quickly.

Uses a recursive moving average filter applied multiple times to approximate gaussian blur. As opposed to convolution-based blur filters, fastblur is just as fast for any blur size. Fastblur converts the image to a linear color space before blurring, which gives natural looking blur.

Example output

peppers

The peppers test image

peppers-blurred

The peppers test image, blurred using fastblur. fastblur -p 4 -z 49 peppers.png peppers_blurred.png

About

Blur images quickly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published