Issue 8: Patch for /trunk/pyqrnative/src/PyQRNative.py
Status:  New
Owner: ----
Reported by mbark...@gmail.com, May 8, 2012
Allow creation of QRCodes specifying correction level as minimum fraction of codewords that can be restored.

These two lines for example would have the same result:

qr = QRCode(20, .07)
qr = QRCode(20, QRErrorCorrectLevel.L)
PyQRNative.py.patch
1.2 KB   View   Download