summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2014-11-22 17:59:07 +0000
committerMatthieu Darbois <mayeut@users.noreply.github.com>2014-11-22 17:59:07 +0000
commit131cc98491eff5136dac4415928174387ef3e613 (patch)
tree0842ce749663441ee6db63d2c60faa85a2dc76e2 /tests
parent13bcb63b73008d949c0abc50270e397c665a6920 (diff)
[trunk] added an option to upsample image components in opj_decompress
Update issue 289 Issue is left open since there's still one image failing the tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/conformance/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conformance/CMakeLists.txt b/tests/conformance/CMakeLists.txt
index 157c46d1..c4d1bb66 100644
--- a/tests/conformance/CMakeLists.txt
+++ b/tests/conformance/CMakeLists.txt
@@ -514,6 +514,7 @@ foreach(kdu_file ${kdu_j2k_conf_files})
COMMAND opj_decompress
-i ${INPUT_CONF}/${filenameInput}
-o ${TEMP}/${filenameInput}.ppm
+ -upsample
)
if("${kdu_file}" STREQUAL "a6_mono_colr")