gnome-scan r511 - in trunk: . lib



Author: bersace
Date: Tue Feb 26 15:01:18 2008
New Revision: 511
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=511&view=rev

Log:
Improve enhancement.


Modified:
   trunk/ChangeLog
   trunk/lib/gnome-scan-processor-common.c

Modified: trunk/lib/gnome-scan-processor-common.c
==============================================================================
--- trunk/lib/gnome-scan-processor-common.c	(original)
+++ trunk/lib/gnome-scan-processor-common.c	Tue Feb 26 15:01:18 2008
@@ -111,6 +111,13 @@
 	if (priv->enhance) {
 		op = gegl_node_new_child(root,
 								 "operation", "stress",
+								 /* those value are arbitraty, might
+									be nice to expose this through
+									profile : photo, text, quick,
+									manual, â */
+								 "iteration", 10,
+								 "gamma", 3.,
+								 "samples", 30,
 								 NULL);
 		node = g_list_append (node, op);
 	}



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