|
From: Alexander S. <a.s...@gm...> - 2026-01-02 23:57:10
|
tzint - tcl package for libzint barcode encoding library https://fossil.sowaswie.de/tzint Version 1.2 is now Tcl 9.x compatible Sysnopsis package require tzint ?1.0? tzint::Encode version tzint::Encode symbologies tzint::Encode bits | eps | svg | xbm varName data ?-option value ...? tzint::Encode file filename.png | filename.svg | filename.eps data ?-option value ...? tzint::RcsId Description A barcode encoding library supporting over 50 symbologies including Code 128, Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF417, MicroPDF417, LOGMARS, Maxicode, GS1 DataBar, Aztec, Composite Symbols and more. No Tk needed! Example % package require tzint 1.2 % tzint::Encode file qr.png {Abc12} -symbol qr -stat myStatVal 0 % set myStatVal zint 2.4.4 error {} rows 21 columns 21 width 0 height 0 |