Author: post
Date: 2011-04-14 00:05:40 +0200 (Thu, 14 Apr 2011)
New Revision: 4002

Modified:
   trunk/librawstudio/rs-settings.c
Log:
Re-adjust denoise strength to avoid blocks when combined with sharpen.

Modified: trunk/librawstudio/rs-settings.c
===================================================================
--- trunk/librawstudio/rs-settings.c    2011-04-13 22:02:53 UTC (rev 4001)
+++ trunk/librawstudio/rs-settings.c    2011-04-13 22:05:40 UTC (rev 4002)
@@ -137,7 +137,7 @@
                PROP_DENOISE_LUMA, g_param_spec_float(
                        /* @TRANSLATORS: "Denoi" is short version of "Denoise". 
You cannot use more than 5 characters for this! */
                        "denoise_luma", _("Denoi"), _("Light Denoising"),
-                       0.0, 150.0, 0.0, G_PARAM_READWRITE)
+                       0.0, 100.0, 0.0, G_PARAM_READWRITE)
        );
        g_object_class_install_property(object_class,
                PROP_DENOISE_CHROMA, g_param_spec_float(


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to