gegl r2334 - branches/branch_zhangjb/tests/frequency
- From: zhangjb svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2334 - branches/branch_zhangjb/tests/frequency
- Date: Thu, 22 May 2008 05:10:21 +0000 (UTC)
Author: zhangjb
Date: Thu May 22 05:10:21 2008
New Revision: 2334
URL: http://svn.gnome.org/viewvc/gegl?rev=2334&view=rev
Log:
* tests/frequency/hello-world-fourier.c: modified the path of testing image.
Modified:
branches/branch_zhangjb/tests/frequency/hello-world-fourier.c
Modified: branches/branch_zhangjb/tests/frequency/hello-world-fourier.c
==============================================================================
--- branches/branch_zhangjb/tests/frequency/hello-world-fourier.c (original)
+++ branches/branch_zhangjb/tests/frequency/hello-world-fourier.c Thu May 22 05:10:21 2008
@@ -13,7 +13,7 @@
"operation",
"load",
"path",
- "../../docs/images/lena_bw.png",
+ "docs/images/lena_bw.png",
NULL);
GeglNode *proc = gegl_node_new_child(gegl, "operation", "dft-grey", NULL);
GeglNode *grey = gegl_node_new_child(gegl, "operation", "grey", NULL);
@@ -21,7 +21,7 @@
"operation",
"png-save",
"path",
- "test.png",
+ "test_result.png",
NULL);
/* gegl_node_link_many(image, proc, display, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]