zint-barcode-generator/backend_tcl
Robin Stuart 0004cfb35a Change symbol names e.g. RSS > GS-1 DataBar
Preserves old names in zint.h to retain backwards compatability.
2020-07-29 20:43:08 +01:00
..
demo - Added changes in README 2020-05-19 12:02:18 +02:00
lib/zint README updated with the changes of the last 3 weeks 2020-07-27 18:44:51 +02:00
tclconfig Included TEA and Androwish changes by Christian Werner from: 2016-07-04 13:46:30 +02:00
aclocal.m4 Included TEA and Androwish changes by Christian Werner from: 2016-07-04 13:46:30 +02:00
configure Corrected zint tcl package version to 2.5.2 2016-10-17 22:01:15 +02:00
configure.in README updated with the changes of the last 3 weeks 2020-07-27 18:44:51 +02:00
Makefile.in Included TEA and Androwish changes by Christian Werner from: 2016-07-04 13:46:30 +02:00
readme.txt Add UltraCode symbology to the tcl backend. 2020-04-07 18:11:33 +02:00
zint.c Change symbol names e.g. RSS > GS-1 DataBar 2020-07-29 20:43:08 +01:00
zint_tcl.dsp CODE16K fixes; separator default 1; raster/vector.c quiet_zones, output.c; #191 2020-05-21 18:22:28 +01: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:
The header files of a TCL and Tk build are required for the build.

- MS-VC6 project file "zint_tcl.dsp" may be opened by the GUI.
- Linux/Unix build is provided by the configure script.
  Thanks to Christian Werner for that.

Usage:

load zint.dll
zint help

Most options are identical to the command line tool.
Details may be found in the zint manual.

Demo:
The demo folder contains a visual demo program.