Any chance this issue is reconsidered ? I think micro QR Code is a nice
candidate for small 2D QRcode containing short URL. Zxing could very well
become leader for this format.
Furthermore am I wrong to think that the decoding algorithms should look
like standard QR Codes ?
No, I don't think Micro QR codes are used. It is inherently more difficult
to read, and is too small to encode a short URL. There's no real reason to
not use a version 1/2 URL. I don't know what the second comment means.
a Micro QR code could hold 14 alphanumeric characters or 23 numeric
characters in a 15-module by 15-module space; the Micro QR specification
also only requires a 2-module margin as opposed to QR's 4-module margin.
14 alphanumeric characters could hold a shortened URL (such as bit.ly --
bit.ly/9CdxgE is only 13 characters), and when combined with the "Custom
Search" feature, a 13-module by 13-module could be used to hold the
6-character identifier after the domain name.
While Micro QR doesn't have much "standardized" use, it has great
personal/proprietary applications (product identification, labeling moving
boxes, etc).
Attached is a size comparison of a QR code vs a Micro QR code containing
the same data "9CdxgE"; the total space requirement of the Micro QR code is
just 43% of that of the standard QR code.
Attachments:
qr_vs_microqr.png 973 bytes
(P.S.: I would ultimately like to see this on the Android subproject, and
assume that if it were integrated into the core project it would filter
down to the subprojects, correct?)
A M4 symbol (17 x 17 modules) holds up to 21 alphanumeric characters (error
correction level L). Normal URLs fit into this size. Support it!
Yes I have the spec. This is an optional part of it. It is virtually unused
and is less scannable than a version 1 normal QR code. I have no motivation
to implement this as a result. You are welcome to if you want it done.