A surface blur filter based on a simplified version Porikli's O(1) bilateral filter.
Unfortunately due to the nature of the algorithm memory overheads can be severe. This filter uses a tile based implementation, which limits overheads to about 64mb.
On the plus side it is reasonably fast and scales well with filter radius.
When installed it should appear under filters->blur->simple bilateral
There is a mercurial repository which will be kept up to date with the latest code on my web site. This can be accessed with:
hg clone http://www.spectral3d.co.uk/repo/gimp_plugins
A windows binary is now available, courtesy of François_C.
UPDATES:
8 March 2010: Added readme file, authors.txt and build time config options.
| Attachment | Size |
|---|---|
| 17.12 KB | |
| 265.39 KB |
Comments
Win32 binary
I built a Win32 binary today.
You may download it from here:
http://pagesperso-orange.fr/fcollard/Zip/simple-bilateral_win32.zip
and add it to your post as an attachment.
So we shall avoid multiple posts about same plugins.
Greets,
François.
Thankyou.
were any code changes required, or did it build cleanly?
Windows build
It built perfectly cleanly. I only had to add CFLAGS =-s and LDFLAGS =-mwindows, and I stripped the .exe in order to get an even lighter code.
Please, don't try to automate Windows compiling. Everything works like a charm.
NB: My first name is François, not Françoise;)
sorry.
I can't type or spell :)
Pages