gegl r2333 - in branches/branch_zhangjb: . docs/images examples examples/.libs examples/data tests/frequency
- From: zhangjb svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2333 - in branches/branch_zhangjb: . docs/images examples examples/.libs examples/data tests/frequency
- Date: Thu, 22 May 2008 04:52:29 +0000 (UTC)
Author: zhangjb
Date: Thu May 22 04:52:29 2008
New Revision: 2333
URL: http://svn.gnome.org/viewvc/gegl?rev=2333&view=rev
Log:
* docs/images/lena.png: a new image for test.
* docs/images/test.png: a new image for test.
* docs/images/lena_bw.png: a new image for test.
* tests/frequency/hello-world-fourier.c: modified the path of testing image.
* examples/Makefile.in: delete from svn.
* examples/.libs: delete from svn.
* examples/data/Makefile.in: delete from svn.
* examples/data/Makefile: delete from svn.
* examples/Makefile: delete from svn.
Added:
branches/branch_zhangjb/docs/images/lena.png (contents, props changed)
branches/branch_zhangjb/docs/images/lena_bw.png (contents, props changed)
branches/branch_zhangjb/docs/images/test.png (contents, props changed)
Removed:
branches/branch_zhangjb/examples/.libs/
branches/branch_zhangjb/examples/Makefile
branches/branch_zhangjb/examples/Makefile.in
branches/branch_zhangjb/examples/data/Makefile
branches/branch_zhangjb/examples/data/Makefile.in
Modified:
branches/branch_zhangjb/ChangeLog
branches/branch_zhangjb/tests/frequency/hello-world-fourier.c
Added: branches/branch_zhangjb/docs/images/lena.png
==============================================================================
Binary file. No diff available.
Added: branches/branch_zhangjb/docs/images/lena_bw.png
==============================================================================
Binary file. No diff available.
Added: branches/branch_zhangjb/docs/images/test.png
==============================================================================
Binary file. No diff available.
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 04:52:29 2008
@@ -13,7 +13,7 @@
"operation",
"load",
"path",
- "/home/bear/GSoC2008/workspace/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",
- "/home/bear/GSoC2008/workspace/images/forSave/test.png",
+ "test.png",
NULL);
/* gegl_node_link_many(image, proc, display, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]