Skip to content

Commit

Permalink
Merge pull request #1537 from rouault/test_small_world_non_consecutiv…
Browse files Browse the repository at this point in the history
…e_tilepart_tlm

Add new test for file with non-consecutive tilepart and TLM marker
  • Loading branch information
rouault committed Jun 25, 2024
2 parents d2e336d + 1d4a883 commit 5005a35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/nonregression/md5refs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -398,3 +398,4 @@ c34637a0f218e4074936e0c89534c5b5 tnsot_zero_missing_eoc.png
c34637a0f218e4074936e0c89534c5b5 byte.jph.png
c34637a0f218e4074936e0c89534c5b5 byte_causal.jhc.png
bc4f704c723329147bf6601a8b113bb2 huge-tile-size.png
922d2a15b57d7f0e628d00cf17e1d25d small_world_non_consecutive_tilepart_tlm-t0.png
3 changes: 3 additions & 0 deletions tests/nonregression/test_suite.ctest.in
Original file line number Diff line number Diff line change
Expand Up @@ -661,3 +661,6 @@ opj_decompress -i @INPUT_NR_PATH@/htj2k/byte_causal.jhc -o @TEMP_PATH@/byte_caus
# huge tile size
opj_decompress -i @INPUT_NR_PATH@/huge-tile-size.jp2 -o @TEMP_PATH@/huge-tile-size.png
!opj_decompress -i @INPUT_NR_PATH@/issue1438.j2k -o @TEMP_PATH@/issue1438.png

# decompress a single tile, where tile-parts are not consecutive, and with a TLM index
opj_decompress -t 0 -i @INPUT_NR_PATH@/small_world_non_consecutive_tilepart_tlm.jp2 -o @TEMP_PATH@/small_world_non_consecutive_tilepart_tlm-t0.png

0 comments on commit 5005a35

Please sign in to comment.