[gimp] app: foreground select: the initial rough selection is an unknown area



commit 36905bf46cddcb3d56540396c9d11e7bc3a13a2b
Author: Michael Natterer <mitch gimp org>
Date:   Sat Apr 12 21:31:38 2014 +0200

    app: foreground select: the initial rough selection is an unknown area
    
    not the foreground area. This seems to make the tool do something useful.

 app/tools/gimpforegroundselecttool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpforegroundselecttool.c b/app/tools/gimpforegroundselecttool.c
index 9af82d8..3123189 100644
--- a/app/tools/gimpforegroundselecttool.c
+++ b/app/tools/gimpforegroundselecttool.c
@@ -752,7 +752,7 @@ gimp_foreground_select_tool_select (GimpFreeSelectTool *free_sel,
                                            gimp_image_get_mask_format (image));
 
       gimp_scan_convert_render_value (scan_convert, fg_select->trimap,
-                                      0, 0, 1.0);
+                                      0, 0, 0.5);
       gimp_scan_convert_free (scan_convert);
 
       gimp_foreground_select_tool_set_trimap (fg_select, display);


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