GNOME Bugzilla – Bug 331569
patch for faster gauss RLE
Last modified: 2006-02-18 15:34:36 UTC
The following patch can speedup the Gaussian Blur RLE up to 4 times on large photos (e.g 3000x2000). It is usually a bit faster than the current implementation for bitmap files. The code was also cleaned up by separating the LRE and IIR parts.
Created attachment 59592 [details] [review] the pach
Created attachment 59593 [details] [review] hoops! wrong patch! THIS IS THE RIGHT ONE
The changes are now in CVS. I have applied your patch and committed to CVS before doing a coding style cleanup in a second commit. 2006-02-18 Sven Neumann <sven@gimp.org> * plug-ins/common/gauss.c: applied patch from Stephane Chauveau. Code cleanup and major performance improvements (bug #331569).