fix: resolves an issue with the Luma8LuminanceSource which prevented some codes from being found.

This commit is contained in:
Henry Schimke
2024-02-02 10:47:29 -06:00
parent d73d92bd2a
commit 6afd68edb8
6 changed files with 390 additions and 36 deletions

View File

@@ -211,7 +211,7 @@ fn cpp_qrcode_black_box2_test_case() {
tester.add_test(46, 48, 0.0);
tester.add_test(46, 48, 90.0);
tester.add_test(46, 48, 180.0);
tester.add_test(46, 47, 180.0);
tester.add_test(46, 48, 270.0);
tester.ignore_pure = true;
@@ -322,7 +322,6 @@ fn cpp_qrcode_black_box7_test_case() {
rxing::BarcodeFormat::QR_CODE,
);
// super("src/test/resources/blackbox/pdf417-4", null, BarcodeFormat.PDF_417);
tester.add_test_complex(1, 1, 0, 0, 0.0);
tester.test_black_box();