• ANNOUNCE: tzint 1.2 released / Tcl 9.x ready

    From =?UTF-8?Q?Alexander_Sch=C3=B6pe?=@ete-sep@mxbo.de to comp.lang.tcl on Sat Jan 3 00:58:01 2026
    From Newsgroup: comp.lang.tcl

    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
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Harald Oehlmann@wortkarg3@yahoo.com to comp.lang.tcl on Tue Jan 6 23:21:17 2026
    From Newsgroup: comp.lang.tcl

    THanks, Alex,
    yes, we prepared integration of tzint into the tcl zint package.
    The tcl-only code is already there. The rest is missing...

    Take care,
    Harald

    Am 03.01.2026 um 00:58 schrieb Alexander Schöpe:
    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

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From =?UTF-8?Q?Alexander_Sch=C3=B6pe?=@ete-sep@mxbo.de to comp.lang.tcl on Tue Jan 6 23:34:16 2026
    From Newsgroup: comp.lang.tcl

    Hi Harald,

    The first step for me was to make all packages compatible with Tcl 9.
    The second step will be to modernize the packages themselves — that part
    is still coming.

    Alex

    Am 06.01.26 um 23:21 schrieb Harald Oehlmann:
    THanks, Alex,
    yes, we prepared integration of tzint into the tcl zint package.
    The tcl-only code is already there. The rest is missing...

    Take care,
    Harald

    Am 03.01.2026 um 00:58 schrieb Alexander Schöpe:
    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


    --- Synchronet 3.21a-Linux NewsLink 1.2