mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-01 07:38:26 -04:00
2018-08-30 HaO Change DMRE from AIM standard to ISO/EC29158 DMRE (not backward compatible)
This commit is contained in:
parent
efa4a8f435
commit
0a55f5839e
3 changed files with 167 additions and 90 deletions
|
@ -1828,7 +1828,7 @@ When using automatic symbol sizes you can force Zint to use square symbols
|
|||
(versions 1-24) at the command line by using the option --square and when
|
||||
using the API by setting the value option_3 = DM_SQUARE.
|
||||
|
||||
Data Matrix Rectangular Extension (DMRE) codes may be generated with the
|
||||
Data Matrix Rectangular Extension (ISO/IEC21471) codes may be generated with the
|
||||
following values as before:
|
||||
|
||||
---------------------
|
||||
|
@ -1836,15 +1836,25 @@ Input | Symbol Size
|
|||
---------------------
|
||||
31 | 8 x 48
|
||||
32 | 8 x 64
|
||||
33 | 12 x 64
|
||||
34 | 16 x 64
|
||||
35 | 24 x 48
|
||||
36 | 24 x 64
|
||||
37 | 26 x 40
|
||||
38 | 26 x 48
|
||||
39 | 26 x 64
|
||||
33 | 8 x 80
|
||||
34 | 8 x 96
|
||||
35 | 8 x 120
|
||||
36 | 8 x 144
|
||||
37 | 12 x 64
|
||||
38 | 12 x 88
|
||||
39 | 16 x 64
|
||||
40 | 20 x 36
|
||||
41 | 20 x 44
|
||||
42 | 20 x 64
|
||||
43 | 22 x 48
|
||||
44 | 24 x 48
|
||||
45 | 24 x 64
|
||||
46 | 26 x 40
|
||||
47 | 26 x 48
|
||||
48 | 26 x 64
|
||||
---------------------
|
||||
|
||||
|
||||
DMRE symbol sizes may be activated in automatic size mode using the option
|
||||
--dmre or by the API option_3 = DM_DMRE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue