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

micro Qr support #98

Closed
edwardocano opened this issue Sep 11, 2020 · 2 comments
Closed

micro Qr support #98

edwardocano opened this issue Sep 11, 2020 · 2 comments

Comments

@edwardocano
Copy link

hi! do you plan to add micro qr to your library?

@nayuki
Copy link
Owner

nayuki commented Sep 11, 2020

Although I read the Micro QR Code section of the specification and understand the general effort needed to implement it, unfortunately the answer is no, for a variety of reasons:

  • I have literally never seen a Micro QR Code out in the wild.
  • The app I use (Android, Barcode Scanner, using ZXing library) doesn't seem to support scanning it.
  • Micro QR has its own rules for stuff like the layout of function patterns, format bits, masks, error correction levels, supported segment modes. It requires a lot of custom code for little benefit. Whereas supporting QR Code versions 1 through 40 is pretty straightforward because they follow a pattern.

While we're on the topic of unpopular barcode formats, I've also skimmed the spec for the legacy QR Code Model 1. I would consider that an exercise to implement for historical completeness, just like Micro QR Codes - not for practical applications.


Note: On that same day that you asked this question about supporting Micro QR Codes, you also asked on a couple of other projects:

@edwardocano
Copy link
Author

Ok, thanks for your answare.

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

No branches or pull requests

2 participants