gegl r2565 - in branches/branch2_zhangjb: . docs docs/gallery docs/gallery/data examples



Author: zhangjb
Date: Thu Aug  7 14:12:06 2008
New Revision: 2565
URL: http://svn.gnome.org/viewvc/gegl?rev=2565&view=rev

Log:


Added:
   branches/branch2_zhangjb/docs/gallery/bandpass_gaussian.xml
   branches/branch2_zhangjb/docs/gallery/data/lena.png   (contents, props changed)
   branches/branch2_zhangjb/docs/gallery/highpass_gaussian.xml
   branches/branch2_zhangjb/docs/gallery/lowpass_gaussian.xml
Modified:
   branches/branch2_zhangjb/ChangeLog
   branches/branch2_zhangjb/docs/ChangeLog
   branches/branch2_zhangjb/examples/glpf_save.c

Added: branches/branch2_zhangjb/docs/gallery/bandpass_gaussian.xml
==============================================================================
--- (empty file)
+++ branches/branch2_zhangjb/docs/gallery/bandpass_gaussian.xml	Thu Aug  7 14:12:06 2008
@@ -0,0 +1,7 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<gegl>
+<idft/>
+<bandpass-gaussian cutoff='40' bandwidth='300.0' flag='14'/>
+<dft/>
+<load path='data/lena.png'/>
+</gegl>

Added: branches/branch2_zhangjb/docs/gallery/data/lena.png
==============================================================================
Binary file. No diff available.

Added: branches/branch2_zhangjb/docs/gallery/highpass_gaussian.xml
==============================================================================
--- (empty file)
+++ branches/branch2_zhangjb/docs/gallery/highpass_gaussian.xml	Thu Aug  7 14:12:06 2008
@@ -0,0 +1,7 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<gegl>
+<idft/>
+<highpass-gaussian cutoff='40' flag='14'/>
+<dft/>
+<load path='data/lena.png'/>
+</gegl>

Added: branches/branch2_zhangjb/docs/gallery/lowpass_gaussian.xml
==============================================================================
--- (empty file)
+++ branches/branch2_zhangjb/docs/gallery/lowpass_gaussian.xml	Thu Aug  7 14:12:06 2008
@@ -0,0 +1,7 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<gegl>
+<idft/>
+<lowpass-gaussian cutoff='40' flag='14'/>
+<dft/>
+<load path='data/lena.png'/>
+</gegl>

Modified: branches/branch2_zhangjb/examples/glpf_save.c
==============================================================================
--- branches/branch2_zhangjb/examples/glpf_save.c	(original)
+++ branches/branch2_zhangjb/examples/glpf_save.c	Thu Aug  7 14:12:06 2008
@@ -39,7 +39,7 @@
                                          NULL);
    GeglNode *dft = gegl_node_new_child(gegl, "operation", "dft", NULL);
    GeglNode *glpf_filter = gegl_node_new_child(gegl,"operation",
-                                               "lowpass-gaussian","cutoff",30,"flag",14,NULL);
+                                               "lowpass-gaussian","cutoff",18,"flag",15,NULL);
    GeglNode *idft = gegl_node_new_child(gegl,"operation","idft", NULL);
    
    GeglNode *save = gegl_node_new_child(gegl,



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