about summary refs log tree commit diff
path: root/test/jpeg2k-roundtrip.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/jpeg2k-roundtrip.test')
-rwxr-xr-xtest/jpeg2k-roundtrip.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/jpeg2k-roundtrip.test b/test/jpeg2k-roundtrip.test
new file mode 100755
index 00000000..0995849d
--- /dev/null
+++ b/test/jpeg2k-roundtrip.test
@@ -0,0 +1,7 @@
+#! /bin/bash
+# This script tests: pamtojpeg2k jpeg2ktopam
+# Also requires:
+
+# Should produce 1926073387 101484
+
+pamtojpeg2k testimg.ppm | jpeg2ktopam | cksum
\ No newline at end of file