summaryrefslogtreecommitdiff
path: root/indra/integration_tests/llimage_libtest/filters/thematrix.xml
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-02-12 17:05:03 -0800
committerMerov Linden <merov@lindenlab.com>2014-02-12 17:05:03 -0800
commit2887d191ebd8bd9fff2a163e8b20acdeb4a82b5a (patch)
treeaae085be27005e077f1e289060e72e699818b101 /indra/integration_tests/llimage_libtest/filters/thematrix.xml
parent5c82aca9104ab7b6c7cf59d270ada25053f962cd (diff)
ACME-1277 : Add new example filter scripts
Diffstat (limited to 'indra/integration_tests/llimage_libtest/filters/thematrix.xml')
-rwxr-xr-xindra/integration_tests/llimage_libtest/filters/thematrix.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/indra/integration_tests/llimage_libtest/filters/thematrix.xml b/indra/integration_tests/llimage_libtest/filters/thematrix.xml
new file mode 100755
index 0000000000..af9a5eced8
--- /dev/null
+++ b/indra/integration_tests/llimage_libtest/filters/thematrix.xml
@@ -0,0 +1,42 @@
+<llsd>
+ <array>
+ <array>
+ <string>grayscale</string>
+ </array>
+ <array>
+ <string>linearize</string>
+ <real>0.1</real>
+ <real>1.0</real>
+ <real>1.0</real>
+ <real>1.0</real>
+ </array>
+ <array>
+ <string>posterize</string>
+ <real>50.0</real>
+ <real>1.0</real>
+ <real>1.0</real>
+ <real>1.0</real>
+ </array>
+ <array>
+ <string>gradient</string>
+ </array>
+ <array>
+ <string>screen</string>
+ <string>line</string>
+ <real>0.025</real>
+ <real>90.0</real>
+ </array>
+ <array>
+ <string>colorize</string>
+ <real>0.0</real>
+ <real>1.0</real>
+ <real>0.0</real>
+ <real>0.1</real>
+ <real>0.2</real>
+ <real>0.2</real>
+ </array>
+ <array>
+ <string>blur</string>
+ </array>
+ </array>
+</llsd> \ No newline at end of file