[Gimp-developer] Advanced Interpolation
Nicolas Robidoux
nrobidoux at cs.laurentian.ca
Sat Jan 24 16:23:46 PST 2009
Bill:
I forgot the sample xml code to test nohalo-sharp level 1:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<!-- sharp enlargement -->
<gegl>
<gegl:scale x='16.4' y='16.4' filter='sharp'/>
<gegl:load path='data/PICTURE.png'/>
</gegl>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
How to use:
Step 1:
Put this in a file (called, say, scale16p4PICTURE.xml) in the directory
YOUR_GEGL_ROOT/docs/gallery/
YOUR_GEGL_ROOT being where you installed the gegl svn trunk.
For example, if you used
svn co http://svn.gnome.org/svn/gegl/trunk/ gegl
then YOUR_GEGL_ROOT is gegl.
Step 2:
Put PICTURE.png in
YOUR_GEGL_ROOT/docs/gallery/data
Step 3:
In YOUR_GEGL_ROOT/docs/gallery/
do
make clean && make
Step 4:
Point your browser to
YOUR_GEGL_ROOT/docs/gallery
(Note: you may want to rm -i *.xml in gallery to remove the xml
drivers which don't interest you.)
nicolas
More information about the Gimp-developer
mailing list