summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Manni <thomas.manni@free.fr>2014-12-15 19:00:07 +0100
committerThomas Manni <thomas.manni@free.fr>2014-12-15 19:00:07 +0100
commitafc4707c2f5c7ec741980c50b7d085822e12eb1c (patch)
treeda716593832313a7546a5b9f7e11fe4c0ff87e70 /tests
parentb9894310cf524c6a727376cbaeb8596ef797bdbb (diff)
operations: add gegl:engrave
Diffstat (limited to 'tests')
-rw-r--r--tests/compositions/Makefile.am1
-rw-r--r--tests/compositions/engrave.xml14
-rw-r--r--tests/compositions/reference/engrave.pngbin0 -> 14082 bytes
3 files changed, 15 insertions, 0 deletions
diff --git a/tests/compositions/Makefile.am b/tests/compositions/Makefile.am
index b85e81d8..131c00d0 100644
--- a/tests/compositions/Makefile.am
+++ b/tests/compositions/Makefile.am
@@ -27,6 +27,7 @@ TESTS = \
contrast-curve.xml \
edge-laplace.xml \
edge-sobel.xml \
+ engrave.xml \
fattal02.xml \
gegl.xml \
gamma.xml \
diff --git a/tests/compositions/engrave.xml b/tests/compositions/engrave.xml
new file mode 100644
index 00000000..ffa5427b
--- /dev/null
+++ b/tests/compositions/engrave.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<gegl>
+ <node operation='gegl:engrave'>
+ <params>
+ <param name='row_height'>4</param>
+ <param name='limit'>false</param>
+ </params>
+ </node>
+ <node operation='gegl:load'>
+ <params>
+ <param name='path'>data/duck.png</param>
+ </params>
+ </node>
+</gegl>
diff --git a/tests/compositions/reference/engrave.png b/tests/compositions/reference/engrave.png
new file mode 100644
index 00000000..3f2e2a4a
--- /dev/null
+++ b/tests/compositions/reference/engrave.png
Binary files differ