mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
930f458979
replace double-slash comments with old-skool slash asterisk ones; define uint16_t etc for Windows ourselves and remove ms_stdint.h & stdint_msvc.h as no longer used; (backend (excepting test suite) now C89 compatible) LICENSE: move from backend to root and move COPYING to frontend, with copies in frontend_qt & backend_qt, so in where it applies; add LICENSE section from manual to root README
79 lines
3.2 KiB
Plaintext
79 lines
3.2 KiB
Plaintext
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, Deutshe Post Leitcode,
|
|
Deutshe Post Identcode, UPC-A, UPC-E, EAN-2, EAN-5, EAN-8, EAN-13, ISBN, UK
|
|
Plessey, MSI Plessey, Telepen Alpha, Telepen Numeric, Code 39, Extended Code 39,
|
|
Code 93, PZN, Code 32, LOGMARS, Codabar, Pharmacode, Code 128, GS1-128, NVE-18,
|
|
Code 16k, PDF417, MicroPDF417, Two-Track Pharmacode, POSTNET, PLANET, Australia
|
|
Post 4-State Symbols, RM4SCC, Dutch Post KIX, USPS Intelligent Mail, GS1 DataBar
|
|
Omnidirectional, GS1 DataBar Limited, GS1 DataBar Expanded, GS1 DataBar Stacked,
|
|
Composite Symbology, Data Matrix, QR Code, MaxiCode, Aztec Code, Aztec Runes,
|
|
EAN-14, Micro QR, Korea Post Barcode, HIBC Code 128, HIBC Code 39, HIBC Data
|
|
Matrix, HIBC PDF417, HIBC MicroPDF417, HIBC QR Code, HIBC Codablock-F, HIBC
|
|
Aztec Code, Japanese Postal Code, Code 49, Channel Code, Code One, Grid Matrix,
|
|
DAFT, FIM and Flattermarken, Codablock-F, DotCode, Han Xin Code, rMQR,
|
|
Ultracode, UPNQR, VIN, and DPD Code.
|
|
|
|
Output can be saved as BMP, EPS, GIF, PCX, TIF, EMF, PNG or SVG.
|
|
|
|
|
|
PROJECT HISTORY
|
|
---------------
|
|
Please see "ChangeLog" in the project root directory.
|
|
|
|
|
|
LICENSE
|
|
-------
|
|
Zint, libzint and Zint Barcode Studio are Copyright © 2022 Robin Stuart. All
|
|
historical versions are distributed under the GNU General Public License
|
|
version 3 or later. Versions 2.5 and later are released under a dual license:
|
|
the encoding library is released under the BSD (3 clause) license whereas the
|
|
GUI, Zint Barcode Studio, and the CLI are released under the GNU General Public
|
|
License version 3 or later.
|
|
|
|
|
|
CONTACT US
|
|
----------
|
|
The home of Zint is:
|
|
|
|
<https://sourceforge.net/p/zint/>
|
|
|
|
The code is now also mirrored at:
|
|
|
|
<https://github.com/zint/zint>
|
|
|
|
For feature requests or bug reports please either add a ticket on the project's
|
|
SourceForge page
|
|
|
|
<https://sourceforge.net/p/zint/tickets/>
|
|
|
|
or join the mailing list at
|
|
|
|
<https://sourceforge.net/projects/zint/lists/zint-barcode>
|
|
|
|
|
|
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.
|