zint-barcode-generator/backend_tcl
Harald Oehlmann 372994d794 Add Data Matrix Rectangular Extension (DMRE) in regular distribution
- add define "DM_DMRE	101" to zint.h as option_3 value
- add option "-dmre" to command line
- add ckeckbutton "Activate DMRE in automatic mode" to qzint
- make dmatrix.c/dmatrix.h aware of option_3 value DM_DMRE and include DMRE in automatic mode
- Use version 2.5 everywere (as already started by Robin)
- common test case for DMRE in automatic mode is numeric input data with 48 digits, which should lead to a symbol of size 8x64
2016-02-27 21:26:52 +01:00
..
demo TCL Backend 2.5.0 2015-08-18 14:23:28 +02:00
lib/zint TCL Backend 2.5.0 2015-08-18 14:23:28 +02:00
readme.txt TCL Backend 2.5.0 2015-08-18 14:23:28 +02:00
zint.c Add Data Matrix Rectangular Extension (DMRE) in regular distribution 2016-02-27 21:26:52 +01:00
zint_tcl.dsp TCL Backend 2.5.0 2015-08-18 14:23:28 +02:00

    zint tcl binding readme
    -----------------------
    2014-06-30
    (C) Harald Oehlmann
    harald.oehlmann@users.sourceforge.net

What: tcl binding for zint bar code generator library

Build:
- MS-VC6 project file "zint_tcl.dsp" may be opened by the GUI.
- Linux/Unix build is no issue in principe but is not done jet

Usage:

load zint.dll
zint help

Most options are identical to the command line tool and are described in the
zint manual.

Demo:
The demo folder contains a minimal visual demo program.