diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-11-22 00:04:39 +0000 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-11-22 00:04:39 +0000 |
| commit | 7e3844607584141d438191433c700d79ffab3b2a (patch) | |
| tree | 6ac21066f7f1e09fd1abbf7441329db5868ba676 /tests/conformance | |
| parent | 548aff34f4c3809bde94c8a9559ee98b5cd70f84 (diff) | |
[trunk] added option to force rgb output in opj_decompress (fixes issue 282 , fixes issue 286)
Diffstat (limited to 'tests/conformance')
| -rw-r--r-- | tests/conformance/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conformance/CMakeLists.txt b/tests/conformance/CMakeLists.txt index 2b6b7732..157c46d1 100644 --- a/tests/conformance/CMakeLists.txt +++ b/tests/conformance/CMakeLists.txt @@ -440,6 +440,7 @@ foreach(numFileJP2 RANGE 1 9) -i ${INPUT_CONF}/${filenameInput} -o ${TEMP}/${filenameInput}.tif -p 8S + -force-rgb ) add_test(NAME ETS-JP2-${filenameInput}-compare2ref |
