2010-09-14 22:17:54 +12:00
|
|
|
Zint and libzint
|
|
|
|
----------------
|
2010-09-14 22:29:45 +12:00
|
|
|
Zint is a suite of programs to allow easy encoding of data in any of the
|
|
|
|
wide range of public domain barcode standards and to allow integration of
|
|
|
|
this capability into your own programs.
|
2010-09-14 22:17:54 +12:00
|
|
|
|
|
|
|
Zint is able to encode data in the following formats:
|
2008-07-14 09:15:55 +12:00
|
|
|
|
2010-09-14 22:29:45 +12:00
|
|
|
Code 11, Standard Code 2 of 5, IATA Code 2 of 5, Industrial Code 2 of 5,
|
|
|
|
Interleaved Code 2 of 5, Code 2 of 5 Data Logic, ITF-14, Deutche Post
|
|
|
|
Leitcode, Deutche Post Identcode, UPC-A, UPC-E, EAN-2, EAN-5, EAN-8,
|
|
|
|
EAN-13, UK Plessey, MSI Plessey, Telepen Alpha, Telepen Numeric, Code 39,
|
|
|
|
Extended Code 39, Code 93, PZN, Code 23, LOGMARS, Codabar, Pharmacode, Code
|
|
|
|
128, EAN-128, NVE-18, Code 16k, PDF417, MicroPDF417, Two-Track Pharmacode,
|
|
|
|
PostNet, PLANET, Australia Post 4-State Symbols, RM4SCC, USPS OneCode, GS1
|
|
|
|
DataBar, DataBar-14, DataBar Limited, DataBar Extended, DataBar Stacked,
|
|
|
|
Composite Symbology, Data Matrix, QR Code, Maxicode, Aztec Code, EAN-13,
|
|
|
|
Micro QR, Korea Post Barcode, HIBC Code 128, HIBC Code 39, HIBC Data Matrix,
|
|
|
|
HIBC PDF417, HIBC MicroPDF417, HIBC QR Code, HIBC Aztec Code, Japanese Postal
|
2016-10-28 08:34:50 +13:00
|
|
|
Code, Code 49, Channel Code, Code One, Grid Matrix, FIM and Flattermarken,
|
|
|
|
Codablock-F, DotCode, Han Xin Code.
|
2008-07-14 09:15:55 +12:00
|
|
|
|
2017-05-12 08:14:38 +12:00
|
|
|
Output can be saved as BMP, EPS, GIF, PCX, TIF, EMF, PNG or SVG.
|
2016-10-28 08:34:50 +13:00
|
|
|
|
2017-05-12 08:14:38 +12:00
|
|
|
PROJECT HISTORY
|
|
|
|
---------------
|
2012-12-31 02:55:05 +13:00
|
|
|
|
2016-12-10 22:04:06 +13:00
|
|
|
Version 2.5.0:
|
|
|
|
Support for DotCode and Han Xin code. ECI code processing. Output to BMP, GIF
|
|
|
|
and PCX. Added bold and small text options. Reintroduction of Codablock-F.
|
|
|
|
Many minor fixes and improvements.
|
|
|
|
|
|
|
|
Version 2.5.1:
|
|
|
|
Numerous bugfixes, especially with Data Matrix thanks to extensive testing
|
|
|
|
by brunt@SF
|
|
|
|
|
2017-05-12 08:14:38 +12:00
|
|
|
Version 2.6.0:
|
|
|
|
Update front end to Qt5. Output to EMF and TIF. Copy to clipboard. Update
|
|
|
|
to latest draft of DMRE. Usual bugfixes.
|
|
|
|
|
2017-08-27 20:31:02 +12:00
|
|
|
Version 2.6.1:
|
|
|
|
Library bugfixes: EDIFACT unlatch in Data Matrix, Add UPNQR, Improved Aztec
|
|
|
|
data compression, Detect Code 128 data too long, Make error codes consistent.
|
|
|
|
GUI improvements: Additional clipboard options, remove border width bug,
|
|
|
|
remove changing background colour bug, remember more settings and make GUI
|
|
|
|
more consistent with user expectations. All windows now resizable and more
|
|
|
|
information given when batch processing.
|
2012-12-31 02:55:05 +13:00
|
|
|
|
2017-10-23 00:39:37 +13:00
|
|
|
Version 2.6.2:
|
|
|
|
Further bugfixes in Aztec and DotCode. Expand escape sequence support
|
|
|
|
to API and GUI. Handle UTF BOM. Bugfix raster images of Maxicode.
|
|
|
|
|
2018-02-15 23:46:02 +13:00
|
|
|
Version 2.6.3:
|
|
|
|
New symbology Royal Mail 4-state Mailmark. Added North America VIN verification.
|
|
|
|
Bugfixes for TIF and EMF output and escape character handling.
|
|
|
|
|
2019-08-31 05:18:14 +12:00
|
|
|
Version 2.6.4:
|
|
|
|
Fixed bugs: EMF output, maxicode plot/content
|
|
|
|
Datamatrix DMRE updated to the ISO/IEC29158 version. This is incompatible in the way,
|
|
|
|
that the old -vers numbers for DMRE are re-assigned.
|
|
|
|
The separator of GS1-datamatrix may be switched from FNC1 to GS.
|
|
|
|
GS1 field length check AI 8009 and 7230 to 7239 currected.
|
|
|
|
|
2019-09-02 22:37:01 +12:00
|
|
|
Version 2.6.5:
|
|
|
|
Fixed bugs:
|
|
|
|
backend/main.c was missing
|
|
|
|
Maxicode bullseye rastering for scale = 0.5
|
|
|
|
Crash in uto to eci.
|
|
|
|
eci ISO 8859-16 table missing data line
|
|
|
|
upce check for 7 digit input (causes crash) and BARCODE_UPCE_CHK -> BARCODE_UPCE mapping removed
|
|
|
|
US imail check for invalid barcode identifier and allow 0/5/9/11 length zip
|
|
|
|
maxicode code set correction
|
|
|
|
cmake flags for debugging and sanitize options
|
|
|
|
unit tests for the changes, with a simple test suite based on qrencode/tests
|
|
|
|
|
2019-10-07 22:57:35 +13:00
|
|
|
Version 2.6.6:
|
2019-09-11 20:17:07 +12:00
|
|
|
Fixed bugs:
|
|
|
|
Ticket 161: PDF row size may be set
|
|
|
|
Ticket 155: PDF numeric compaction
|
2019-09-11 20:14:42 +12:00
|
|
|
Ticket 164: crash due to call of svg_plot withnull vector
|
2019-09-11 20:17:07 +12:00
|
|
|
Ticket 119: Crash on bullseye raster drawing
|
2019-09-11 20:14:42 +12:00
|
|
|
qtzint: Micro-QR version option choice corrected (+1 missing).
|
2019-09-18 21:58:57 +12:00
|
|
|
Datamatrix: code corruption when ECI was encoded and base256 encoding was automatically chosen.
|
2019-09-02 22:37:01 +12:00
|
|
|
|
2019-10-07 22:57:35 +13:00
|
|
|
Version 2.6.7 2019-10-07:
|
|
|
|
|
|
|
|
Changes:
|
|
|
|
Ticket 127: Allow to code ECI 3 if explicitly given for debug purposes.
|
|
|
|
***Incompatible change**
|
|
|
|
"--eci 3" now leads to included ECI information.
|
|
|
|
"--eci 0" may now be used to not include any ECI information.
|
|
|
|
The default of the parameter changed from 3 to 0.
|
|
|
|
|
|
|
|
Fixed bugs:
|
|
|
|
Ticket 146, 165: fix wrong encoding of RSS composite codes
|
|
|
|
|
2019-11-18 07:41:43 +13:00
|
|
|
Version 2.6.8 2019-11-17:
|
|
|
|
Changes:
|
|
|
|
- Automatic height option added to qzint
|
|
|
|
- DotCode in line with new specification
|
|
|
|
- New GS1 AIs 7240, 235, 417, 7040, 8026, updated checks for 7007, 8008
|
|
|
|
|
|
|
|
Fixed bugs:
|
|
|
|
- Many improvements in composite codes
|
|
|
|
- SVG output corrected for messages containing "<" and "&".
|
|
|
|
- GS1-128 and RSS may only be used with GS1 contents
|
|
|
|
- Han Xin chinese character handling
|
|
|
|
|
2017-05-12 08:14:38 +12:00
|
|
|
CONTACT US
|
2009-07-18 10:12:39 +12:00
|
|
|
----------
|
2017-10-23 00:39:37 +13:00
|
|
|
The home of Zint is:
|
2009-07-18 10:12:39 +12:00
|
|
|
|
2010-09-14 22:29:45 +12:00
|
|
|
<http://www.sourceforge.net/projects/zint>
|
2009-07-18 10:12:39 +12:00
|
|
|
|
2017-10-23 00:39:37 +13:00
|
|
|
The code is now also mirrored at:
|
|
|
|
|
|
|
|
<https://github.com/woo-j/zint>
|
|
|
|
|
2016-02-23 08:07:09 +13:00
|
|
|
For feature requests or bug reports please either join the mailing list at
|
2010-05-23 19:18:15 +12:00
|
|
|
|
2010-09-14 22:29:45 +12:00
|
|
|
<https://lists.sourceforge.net/lists/listinfo/zint-barcode>
|
2016-02-23 08:07:09 +13:00
|
|
|
|
|
|
|
or add a ticket on the project's SourceForge.
|
2010-05-23 19:18:15 +12:00
|
|
|
|
2016-02-23 08:07:09 +13:00
|
|
|
|
|
|
|
BEFORE POSTING TO THE LIST
|
|
|
|
--------------------------
|
2010-09-14 07:38:32 +12:00
|
|
|
Please note the following points...
|
2017-10-23 00:39:37 +13:00
|
|
|
* Zint is primarily developed for Linux. While we have some experience of
|
|
|
|
using Zint on Windows we may be unable to resolve problems if they are
|
|
|
|
specific to other operating systems. We cannot provide support for using
|
|
|
|
Zint with commercial packages such as MS Office or Crystal Reports.
|
2010-09-14 22:29:45 +12:00
|
|
|
* Always ensure you are using the latest version of Zint before posting bug
|
|
|
|
reports - the bug you are reporting may have been fixed already.
|
|
|
|
* Please remember to state what operating system you are using and include
|
|
|
|
enough information to allow us to reproduce the error - including input
|
|
|
|
data if appropriate.
|
|
|
|
* Please DO NOT post messages asking for us to change the license
|
2017-10-23 00:39:37 +13:00
|
|
|
arrangements. You will be ignored.
|
|
|
|
* Please remember that Zint is developed by volunteers. While we attempt to
|
|
|
|
answer all messages within a week, this is highly dependant on external
|
|
|
|
circumstances.
|