Author: akv
Date: 2012-04-22 02:32:22 +0200 (Sun, 22 Apr 2012)
New Revision: 4191
Modified:
branches/4175-enfuse/src/rs-enfuse.c
Log:
Added scaling of output - way faster when debugging/testing...
Modified: branches/4175-enfuse/src/rs-enfuse.c
===================================================================
--- branches/4175-enfuse/src/rs-enfuse.c 2012-04-22 00:31:22 UTC (rev
4190)
+++ branches/4175-enfuse/src/rs-enfuse.c 2012-04-22 00:32:22 UTC (rev
4191)
@@ -94,6 +94,9 @@
rs_filter_set_recursive(fend,
"image", photo->input_response,
"filename", photo->filename,
+ "bounding-box", TRUE,
+ "width", 1000,
+ "height", 1000,
NULL);
if (g_object_class_find_property(G_OBJECT_GET_CLASS(output),
"filename"))
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit