[gegl] tests: edge-laplace is alive again
- From: Téo Mazars <teom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] tests: edge-laplace is alive again
- Date: Sat, 12 Oct 2013 08:00:57 +0000 (UTC)
commit 82b79d2955b3e515b46a181e2f8e40da89c78e5f
Author: Téo Mazars <teo mazars ensimag fr>
Date: Sat Oct 12 09:56:35 2013 +0200
tests: edge-laplace is alive again
tests/compositions/Makefile.am | 2 +-
tests/compositions/edge-laplace-broken.xml | 12 ------------
tests/compositions/edge-laplace.xml | 20 ++++++++++++++++++++
.../compositions/reference/edge-laplace-broken.png | Bin 407127 -> 0 bytes
tests/compositions/reference/edge-laplace.png | Bin 0 -> 288717 bytes
5 files changed, 21 insertions(+), 13 deletions(-)
---
diff --git a/tests/compositions/Makefile.am b/tests/compositions/Makefile.am
index 34d4cc6..2c03727 100644
--- a/tests/compositions/Makefile.am
+++ b/tests/compositions/Makefile.am
@@ -34,7 +34,7 @@ TESTS = \
run-checkerboard.xml.sh \
run-clones.xml.sh \
run-composite-transform.xml.sh \
- run-edge-laplace-broken.xml.sh \
+ run-edge-laplace.xml.sh \
run-edge-sobel.xml.sh \
run-fattal02.xml.sh \
run-gamma.xml.sh \
diff --git a/tests/compositions/edge-laplace.xml b/tests/compositions/edge-laplace.xml
new file mode 100644
index 0000000..9ea8d2c
--- /dev/null
+++ b/tests/compositions/edge-laplace.xml
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<gegl>
+ <node operation='gegl:crop'>
+ <params>
+ <param name='x'>2</param>
+ <param name='y'>2</param>
+ <param name='width'>276</param>
+ <param name='height'>415</param>
+ </params>
+ </node>
+ <node operation='gegl:edge-laplace'>
+ <params>
+ </params>
+ </node>
+ <node operation='gegl:load'>
+ <params>
+ <param name='path'>data/duck.png</param>
+ </params>
+ </node>
+</gegl>
diff --git a/tests/compositions/reference/edge-laplace.png b/tests/compositions/reference/edge-laplace.png
new file mode 100644
index 0000000..1dc2bd1
Binary files /dev/null and b/tests/compositions/reference/edge-laplace.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]