mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
DATAMATRIX: new algorithm for (near-)minimal encoding, props Alex Geller
Add FAST_MODE input_mode flag and --fast CLI/Tcl option that selects older faster ISO algorithm (may be used by other symbologies in the future) and "Fast Encoding" checkbox to Data Matrix GUI GUI: adds Zint version numbers to DATAMATRIX sizes.
This commit is contained in:
parent
caadc87f7e
commit
b36fba8ba6
28 changed files with 4578 additions and 2298 deletions
|
@ -183,6 +183,7 @@
|
|||
<ClInclude Include="..\backend\common.h" />
|
||||
<ClInclude Include="..\backend\composite.h" />
|
||||
<ClInclude Include="..\backend\dmatrix.h" />
|
||||
<ClInclude Include="..\backend\dmatrix_trace.h" />
|
||||
<ClInclude Include="..\backend\eci.h" />
|
||||
<ClInclude Include="..\backend\eci_sb.h" />
|
||||
<ClInclude Include="..\backend\emf.h" />
|
||||
|
|
|
@ -509,6 +509,10 @@
|
|||
RelativePath="..\backend\dmatrix.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\backend\dmatrix_trace.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\backend\eci.h"
|
||||
>
|
||||
|
|
|
@ -364,6 +364,7 @@
|
|||
<ClInclude Include="..\..\backend\common.h" />
|
||||
<ClInclude Include="..\..\backend\composite.h" />
|
||||
<ClInclude Include="..\..\backend\dmatrix.h" />
|
||||
<ClInclude Include="..\..\backend\dmatrix_trace.h" />
|
||||
<ClInclude Include="..\..\backend\eci.h" />
|
||||
<ClInclude Include="..\..\backend\eci_sb.h" />
|
||||
<ClInclude Include="..\..\backend\emf.h" />
|
||||
|
|
|
@ -130,6 +130,7 @@
|
|||
<ClInclude Include="..\..\backend\common.h" />
|
||||
<ClInclude Include="..\..\backend\composite.h" />
|
||||
<ClInclude Include="..\..\backend\dmatrix.h" />
|
||||
<ClInclude Include="..\..\backend\dmatrix_trace.h" />
|
||||
<ClInclude Include="..\..\backend\eci.h" />
|
||||
<ClInclude Include="..\..\backend\eci_sb.h" />
|
||||
<ClInclude Include="..\..\backend\emf.h" />
|
||||
|
|
|
@ -183,6 +183,7 @@
|
|||
<ClInclude Include="..\..\backend\common.h" />
|
||||
<ClInclude Include="..\..\backend\composite.h" />
|
||||
<ClInclude Include="..\..\backend\dmatrix.h" />
|
||||
<ClInclude Include="..\..\backend\dmatrix_trace.h" />
|
||||
<ClInclude Include="..\..\backend\eci.h" />
|
||||
<ClInclude Include="..\..\backend\eci_sb.h" />
|
||||
<ClInclude Include="..\..\backend\emf.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue