[gnome-photos] tool-enhance: Increase the upper bound of the denoise slider



commit 27272d590f73b23e302ed3c8804fda04dfc5a38a
Author: Umang Jain <mailumangjain gmail com>
Date:   Sat Feb 13 17:40:08 2016 +0530

    tool-enhance: Increase the upper bound of the denoise slider
    
    A higher range can be useful for extremely noise images.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759155

 src/photos-tool-enhance.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-tool-enhance.c b/src/photos-tool-enhance.c
index c85320d..d05c4a0 100644
--- a/src/photos-tool-enhance.c
+++ b/src/photos-tool-enhance.c
@@ -59,7 +59,7 @@ G_DEFINE_TYPE_WITH_CODE (PhotosToolEnhance, photos_tool_enhance, PHOTOS_TYPE_TOO
 
 
 static const gdouble DENOISE_ITERATIONS_DEFAULT = 0.0;
-static const gdouble DENOISE_ITERATIONS_MAXIMUM = 8.0;
+static const gdouble DENOISE_ITERATIONS_MAXIMUM = 16.0;
 static const gdouble DENOISE_ITERATIONS_MINIMUM = 0.0;
 static const gdouble DENOISE_ITERATIONS_STEP = 1.0;
 static const gdouble SHARPEN_SCALE_DEFAULT = 0.0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]