~stefan-schwarzburg/qreator/touch-reorganized-colortheme

Viewing all changes in revision 14.

  • Committer: Stefan Schwarzburg
  • Date: 2013-05-25 09:07:42 UTC
  • mfrom: (13.1.5 touch_qrcodesize)
  • Revision ID: stefan.schwarzburg@gmail.com-20130525090742-g8schk2n0xwtpzec
This merge adds values to the RS_BLOCK_TABLE, which allows qrcode.js to produce
QR codes of versions up to 40, which is the current maximum (instead of previously only up to 10).

Note on the values in RS_BLOCK_TABLE table:
The table has 4 entries per 'version' (in the range 1 - 40, corresponding to
different sizes of the qr code).
Each entry correspsonds to a different error corection level (L, M, Q, H).
In each entry, there are sets of 3 numbers:
number-of-error-correction-blocks,total-number-of-codewords,number-of-data-codewords

While it is certainly possible to calculate these numbers, I have not done so, but instead
I have consulted the ISO standard: the values are noted in table 9 of the ISO/IEC 18004:2006
document in the last two columns.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: