Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

ramprax
Copy link

@ramprax ramprax commented Feb 12, 2022

  • 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

…ion 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 tries to follow iter protocol
@ramprax
Copy link
Author

ramprax commented Feb 12, 2022

Fixes Bug #6
Fixes Bug #8

@ramprax
Copy link
Author

ramprax commented Feb 13, 2022

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

@ramprax
Copy link
Author

ramprax commented Feb 14, 2022

Fixes Bug #2 - Reads larger QR code images

…e is a small portion of a much wider and longer image

Solution is to keep cropping the image step-by-step as and when we have new info about the QR code boundaries.
@ramprax
Copy link
Author

ramprax commented Feb 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant