zint-barcode-generator/backend_tcl
gitlost f58c80e290 Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE,
GRIDMATRIX, HANXIN, MAXICODE, MICROPDF417, PDF417, QRCODE, RMQR, ULTRA
RMQR: fix ECI encoding (wrong bit length for indicator)
MICROQR: check versions M1 and M2 for allowed characters so as to give
  better error messages
DOTCODE: some small optimizations
common.c: add is_chr(), segs_length(), segs_cpy()
CODEONE/CODE128/DOTCODE/GRIDMATRIX/HANXIN/MAXICODE/QRCODE/ULTRA: add
  namespace prefixes to static funcs/data
includes: use Z_ prefix, unuse double underscore prefixes (guard defines)
manual.txt: compress some tables using double/treble column sets
2022-05-09 19:50:50 +01:00
..
demo - Compile-able with MS-VC6 2020-08-04 15:49:25 +02:00
lib/zint backend_tcl/lib/zint/pkgIndex.tcl: fix version, props HaO; run autoconf 2021-08-11 19:39:39 +01: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 backend_tcl/lib/zint/pkgIndex.tcl: fix version, props HaO; run autoconf 2021-08-11 19:39:39 +01:00
configure.in Update zint version to 2.10.0 2021-08-10 16:14:10 +01:00
Makefile.in vector.c: string halign; POSTNET/PLANET: 1 module space; ZBarcode_Cap(); GUI settings 2020-09-30 12:19:12 +01:00
readme.txt Add UltraCode symbology to the tcl backend. 2020-04-07 18:11:33 +02:00
zint.c Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
zint_tcl.dsp Bump version to 2.10.0.9 (dev) 2021-08-14 16:11:25 +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.