qreader icon indicating copy to clipboard operation
qreader copied to clipboard

Fix/enhancement for some failed QR decoding - Interleaving, size calculation, import error, mode zero

Open ramprax opened this issue 3 years ago • 4 comments

  • Implemented de-interleaving of blocks for QR versions & error correction levels which have more than 1 block
  • Fixed issue with calculating size of QR code from Wikipedia article
  • Added handling of mode 0
  • Fix Iterator import to work in Python 3.10
  • Decoder now tries to follow iter protocol

ramprax avatar Feb 12 '22 22:02 ramprax

Fixes Bug #6 Fixes Bug #8

ramprax avatar Feb 12 '22 22:02 ramprax

Fixes Bug #3 - The QR image in the bug needed large block handling

ramprax avatar Feb 13 '22 19:02 ramprax

Fixes Bug #2 - Reads larger QR code images

ramprax avatar Feb 14 '22 18:02 ramprax

Fixes Bug #11 - Error when QR code is a small part of a very long and wide image

ramprax avatar Feb 14 '22 21:02 ramprax