-
Notifications
You must be signed in to change notification settings - Fork 49
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
Runtime error when switching from 'M' error correction to 'H' #8
Labels
Comments
Root cause is incomplete padding of data for error correction blocks in qrcode module |
Thanks for looking into this Steve! |
komone
added a commit
that referenced
this issue
Dec 21, 2015
Resolves incomplete padding on multi-ecc blocks resulting in atoms in final bitmap Should cope with all circumstances. Also exposes encode/2
Vlad -- do you have tests you could apply? -- I think this copes with all circumstances and passes my local testing |
This is issue is fixed. I can compile and generate QRs under all correction codes. Can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I switch code
encode(Bin, 'M').
toencode(Bin, 'H').
inqrcode.erl
.I get this:
Note that switching to
L
orQ
works fine.The text was updated successfully, but these errors were encountered: