|
@@ -356,13 +356,21 @@ TEST_CASE(test_jbig2_decode)
|
|
|
|
|
|
Array test_inputs = {
|
|
|
TEST_INPUT("jbig2/bitmap.jbig2"sv),
|
|
|
+ TEST_INPUT("jbig2/bitmap-customat.jbig2"sv),
|
|
|
TEST_INPUT("jbig2/bitmap-tpgdon.jbig2"sv),
|
|
|
+ TEST_INPUT("jbig2/bitmap-customat-tpgdon.jbig2"sv),
|
|
|
TEST_INPUT("jbig2/bitmap-template1.jbig2"sv),
|
|
|
+ TEST_INPUT("jbig2/bitmap-template1-customat.jbig2"sv),
|
|
|
TEST_INPUT("jbig2/bitmap-template1-tpgdon.jbig2"sv),
|
|
|
+ TEST_INPUT("jbig2/bitmap-template1-customat-tpgdon.jbig2"sv),
|
|
|
TEST_INPUT("jbig2/bitmap-template2.jbig2"sv),
|
|
|
+ TEST_INPUT("jbig2/bitmap-template2-customat.jbig2"sv),
|
|
|
TEST_INPUT("jbig2/bitmap-template2-tpgdon.jbig2"sv),
|
|
|
+ TEST_INPUT("jbig2/bitmap-template2-customat-tpgdon.jbig2"sv),
|
|
|
TEST_INPUT("jbig2/bitmap-template3.jbig2"sv),
|
|
|
+ TEST_INPUT("jbig2/bitmap-template3-customat.jbig2"sv),
|
|
|
TEST_INPUT("jbig2/bitmap-template3-tpgdon.jbig2"sv),
|
|
|
+ TEST_INPUT("jbig2/bitmap-template3-customat-tpgdon.jbig2"sv),
|
|
|
TEST_INPUT("jbig2/bitmap-symbol.jbig2"sv),
|
|
|
TEST_INPUT("jbig2/bitmap-symbol-textrefine.jbig2"sv),
|
|
|
TEST_INPUT("jbig2/bitmap-symbol-symbolrefine.jbig2"sv),
|