[Digikam-devel] extragear/graphics/digikamimageplugins

Marcel Wiesweg marcel.wiesweg at gmx.de
Sun Mar 12 17:24:33 GMT 2006


SVN commit 517943 by mwiesweg:

digikam 0.9.0 from trunk:
Port "Blur FX" plugin to DImg

Remarks:
- Focus blur looks different now, it contained a subtle bug in its Gaussian blur
  code that made for horizontally-only blurring, was quite an interesting effect as well,
  but now it is using standard Gaussian blur
- Frost glass is much slower for sixteen bit because parts of the algorithm
  take 256 times longer, but that cannot be avoided (or is not worth real effort)

CCMAIL: digikam-devel at kde.org



 M  +2 -2      TODO  
 M  +2 -3      blurfx/Makefile.am  
 M  +830 -760  blurfx/blurfx.cpp  
 M  +98 -97    blurfx/blurfx.h  
 M  +35 -41    blurfx/imageeffect_blurfx.cpp  
 M  +6 -4      blurfx/imageeffect_blurfx.h  
 M  +6 -1      blurfx/imageplugin_blurfx.cpp  





More information about the Digikam-devel mailing list