mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
b0c30489ec
TCL backend changes: - Version now 2.9.0 - option -addongap added - renamed the following symbology names: - Matrix2of5 -> Standard2of5 - PDF417Trunc -> PDF417Compact - RSS14Stacked -> GS1DataBarStacked - RSS14Stacked -> GS1DataBarStacked - RSS14StackedOmni -> GS1DataBarSstackedOmni - RSS14ExpandedStacked -> GS1DataBarExpandedStacked - OneCode -> USPSIntelligentMail - EAN128-CC -> GS1-128-CC - RSS14-CC -> GS1DataBarOmni-CC - RSSLimited-CC -> GS1DataBarLimited-CC - RSSExpandedStacked-CC -> GS1DataBarExpanded-CC - RSSEXPanded-CC -> GS1DataBarExpanded-CC - RSS14Stacked-CC -> GS1DataBarStacked-CC - RSS14Omni-CC -> GS1DataBarStackedOmni-CC - RSSExpandedStacked-CC -> GS1DataBarExpandedStacked-CC *** Potential incompatibility *** |
||
---|---|---|
.. | ||
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.