diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-12-22 15:50:32 +0000 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-12-22 15:50:32 +0000 |
| commit | 59b844347c19c143e965ac767dc928a98c97fb17 (patch) | |
| tree | 3e093e66ef9753aea35019be1ec26093d07ce0e9 /tests | |
| parent | bde5ba6ae831424695e8b677a5e554e0b0275c20 (diff) | |
[trunk] fixed component precision upscaling in opj_decompress (fixes issue 458)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nonregression/md5refs.txt | 4 | ||||
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/nonregression/md5refs.txt b/tests/nonregression/md5refs.txt index 40043c08..eb04c0ba 100644 --- a/tests/nonregression/md5refs.txt +++ b/tests/nonregression/md5refs.txt @@ -175,3 +175,7 @@ d5ecef537edf294af83826763c0cf860 issue411-ycc422.jp2_1.pgx 07480962d25b3d8cce18096648963c8a issue411-ycc420.jp2_0.pgx 149a69831b42401f20b8f7492ef99d97 issue411-ycc420.jp2_1.pgx ec8d1c99db9763a8ba489df4f41dda53 issue411-ycc420.jp2_2.pgx +3c7ff2e4bdae849167be36589f32bcd5 issue458.jp2_0.pgx +f004b48eafb2e52529cc9c7b6a3ff5d2 issue458.jp2_1.pgx +3127bd0a591d113c3c2428c8d2c14ec8 issue458.jp2_2.pgx +dacaf60e4c430916a8c2a9ebec32e71c issue458.jp2_3.pgx diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index 7f5d6f08..0cd5387f 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -258,6 +258,9 @@ opj_decompress -i @INPUT_NR_PATH@/issue411-ycc420.jp2 -o @TEMP_PATH@/issue411-yc !opj_decompress -i @INPUT_NR_PATH@/issue427-null-image-size.jp2 -o @TEMP_PATH@/issue427-null-image-size.jp2.pgx # issue 427 illegal tile offset !opj_decompress -i @INPUT_NR_PATH@/issue427-illegal-tile-offset.jp2 -o @TEMP_PATH@/issue427-illegal-tile-offset.jp2.pgx +# issue 458 component precision upscaling +opj_decompress -i @INPUT_NR_PATH@/issue458.jp2 -o @TEMP_PATH@/issue458.jp2.pgx + # decode with specific area # prec=12; nb_c=1 |
