No description
Find a file
Robin Stuart b3c03b4769 Fix EOF bug in EMF output
Bug reported by 与 忘 <ly_xy@outlook.com>
2019-03-14 11:02:17 +00:00
backend Fix EOF bug in EMF output 2019-03-14 11:02:17 +00:00
backend_qt Add backend/vector.c to makefiles I maintain 2018-11-02 09:34:00 +01:00
backend_tcl tcl backend update to version 2.6.4: 2018-11-02 18:48:04 +01:00
cmake/modules Reduce Warnings in Debian 2010-10-07 17:03:41 +01:00
debian Update to version 2.6.0 and update copyright to 2017 2017-05-11 21:14:38 +01:00
docs Add missing period to manual (test commit) 2018-07-09 22:14:42 -04:00
frontend Allow escape character processing 2018-04-22 14:25:39 +01:00
frontend_qt Update version number to 2.6.3 2018-02-15 10:46:02 +00:00
win32 Ticket [125]: set type of text_height and text_offset to float as they are only used as such and one is multiplied by 0.8. In addition, silence all compiler warnings about possible data loss due to int->float and double->float conversions 2019-02-02 19:42:02 +01:00
.editorconfig Fix LF handling in .editorconfig 2017-11-03 17:44:10 +00:00
.gitignore Update gitignore. 2017-05-25 20:17:43 +03:00
cmake_uninstall.cmake.in add make uninstall target 2008-09-18 17:07:17 +00:00
CMakeLists.txt Update version number to 2.6.3 2018-02-15 10:46:02 +00:00
COPYING Only need one copy of license 2009-08-06 08:14:49 +00:00
README Update version number to 2.6.3 2018-02-15 10:46:02 +00:00
readme-cmake and finally how to compile with cmake 2008-09-18 14:47:06 +00:00
SetPaths.cmake compile on windows too. 2008-09-24 09:00:44 +00:00
TODO Update version to 2.6.2 2017-10-22 12:39:37 +01:00
zint-qt.desktop Add desktop file for Fedora 2010-05-29 07:06:10 +00:00
zint.nsi Add Data Matrix Rectangular Extension (DMRE) in regular distribution 2016-02-27 21:26:52 +01:00
zint.png Add desktop file for Fedora 2010-05-29 07:06:10 +00:00
zint.spec Update version number to 2.6.3 2018-02-15 10:46:02 +00:00

Zint and libzint
----------------
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.

Zint is able to encode data in the following formats:

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
Code, Code 49, Channel Code, Code One, Grid Matrix, FIM and Flattermarken,
Codablock-F, DotCode, Han Xin Code.

Output can be saved as BMP, EPS, GIF, PCX, TIF, EMF, PNG or SVG. 

PROJECT HISTORY
---------------

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

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.

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.

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.

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.

CONTACT US
----------
The home of Zint is:

	<http://www.sourceforge.net/projects/zint>

The code is now also mirrored at:

        <https://github.com/woo-j/zint>

For feature requests or bug reports please either join the mailing list at

	<https://lists.sourceforge.net/lists/listinfo/zint-barcode>
	
or add a ticket on the project's SourceForge.


BEFORE POSTING TO THE LIST
--------------------------
Please note the following points...
* 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.
* 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
  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.