gnome-scan r511 - in trunk: . lib
- From: bersace svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-scan r511 - in trunk: . lib
- Date: Tue, 26 Feb 2008 15:01:18 +0000 (GMT)
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]