mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
f58c80e290
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 |
||
---|---|---|
.. | ||
demo | ||
lib/zint | ||
tclconfig | ||
aclocal.m4 | ||
configure | ||
configure.in | ||
Makefile.in | ||
readme.txt | ||
zint_tcl.dsp | ||
zint.c |
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.