[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdegraphics/kolourpaint/imagelib/effects (silent)
From:       Clarence Dang <dang () kde ! org>
Date:       2007-08-12 11:58:33
Message-ID: 1186919913.353525.25978.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 699236 by dang:

SVN_SILENT clarify comment; -debug

 M  +4 -2      kpEffectBlurSharpen.cpp  


--- trunk/KDE/kdegraphics/kolourpaint/imagelib/effects/kpEffectBlurSharpen.cpp #699235:699236
@@ -26,7 +26,7 @@
 */
 
 
-#define DEBUG_KP_EFFECT_BLUR_SHARPEN 1
+#define DEBUG_KP_EFFECT_BLUR_SHARPEN 0
 
 
 #include <kpEffectBlurSharpen.h>
@@ -113,7 +113,9 @@
         (RepeatMax - RepeatMin) /
         (kpEffectBlurSharpen::MaxStrength - 1));
 
-#if 0  // I guess more proper due to auto-calculated radius but too slow.
+// I guess these values are more proper as they use an auto-calculated
+// radius but they cause sharpen() to be too slow.
+#if 0
     const double radius = 0/*auto-calculate*/;
 
     const double SigmaMin = .6;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic