This code is based on algorithm from http://blog.ivank.net/fastest-gaussian-blur.html
There is simple program in test
folder.
To build it do:
cd test
make
Then run it with:
./test in.png out.png
Just add blur.c
and blur.h
to your project and blur image with fast_gauss_blur
function.