[Digikam-devel] [Bug 125733] Enabling 'Always apply ICM profiles' can lead to suprising results

Gilles Caulier caulier.gilles at free.fr
Mon May 15 17:48:47 BST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=125733         




------- Additional Comments From caulier.gilles free fr  2006-05-15 18:48 -------
SVN commit 541151 by cgilles:

digikam from trunk : unsharp mask plugin : restore old settings from 0.8.x serie. Note : this plugin use a new algorithm based on ImageMagick implementation, not gimp !!!
CCBUGS: 125733


 M  +2 -2      imageeffect_unsharp.cpp  


--- trunk/extragear/graphics/digikamimageplugins/unsharp/imageeffect_unsharp.cpp #541150:541151
 @ -80,7 +80,7  @
     QLabel *label1 = new QLabel(i18n("Radius:"), gboxSettings);
     
     m_radiusInput = new KIntNumInput(gboxSettings, "m_radiusInput");
-    m_radiusInput->setRange(1, 10, 1, true);
+    m_radiusInput->setRange(1, 120, 1, true);
             
     QWhatsThis::add( m_radiusInput, i18n("<p>Radius value is the gaussian blur matrix radius value "
                                          "used to determines how much to blur the image.") );
 @ -93,7 +93,7  @
     
     m_amountInput = new KDoubleNumInput(gboxSettings, "m_amountInput");
     m_amountInput->setPrecision(1);
-    m_amountInput->setRange(0.0, 3.0, 0.1, true);
+    m_amountInput->setRange(0.0, 5.0, 0.1, true);
             
     QWhatsThis::add( m_amountInput, i18n("<p>The value of the difference between the "
                      "original and the blur image that is added back into the original.") );



More information about the Digikam-devel mailing list