No description
Find a file
Todor Prokopov 66431d8ec1 Add ZINT_SHARED CMake option
Either shared or static (or both) libraries can be built now.
Executables (zint and zint-qt) are linked with the static library if the shared
library it not built.
2022-11-21 15:35:06 +02:00
.github/workflows github ci: add ubuntu debug & 32-bit, Windows 32/64-bit, macOS & sanitize 2022-09-12 22:33:02 +01:00
backend Add ZINT_SHARED CMake option 2022-11-21 15:35:06 +02:00
backend_qt Add ZINT_SHARED CMake option 2022-11-21 15:35:06 +02:00
backend_tcl - API/CLI/Tcl/GUI: new output option BARCODE_BIND_TOP/--bindtop/ 2022-11-10 22:13:41 +00:00
cmake Add ZINT_SHARED CMake option 2022-11-21 15:35:06 +02:00
debian 2018-08-30 2.6.4 HaO Debian dependencies removed. Ticket #147 2019-08-30 19:42:07 +02:00
docs - API/CLI/Tcl/GUI: new output option BARCODE_BIND_TOP/--bindtop/ 2022-11-10 22:13:41 +00:00
extras Add some (fun?) extras for the terminally curious 2020-08-23 20:32:33 +01:00
frontend Add ZINT_SHARED CMake option 2022-11-21 15:35:06 +02:00
frontend_qt Add ZINT_SHARED CMake option 2022-11-21 15:35:06 +02:00
getopt - library: check symbol->primary for escape sequences also 2022-06-16 16:47:34 +01:00
tools Release 2.11.1 2022-08-22 16:28:22 +01:00
win32 - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
.editorconfig Fix LF handling in .editorconfig 2017-11-03 17:44:10 +00:00
.gitignore CLI: return ZINT_ERROR_INVALID_OPTION instead of 1 on bad option and 2022-05-22 21:33:45 +01:00
ChangeLog - API/CLI/Tcl/GUI: new output option BARCODE_BIND_TOP/--bindtop/ 2022-11-10 22:13:41 +00:00
cmake_uninstall.cmake.in add make uninstall target 2008-09-18 17:07:17 +00:00
CMakeLists.txt Add ZINT_SHARED CMake option 2022-11-21 15:35:06 +02:00
LICENSE backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
README CODE128: allow for extended latching (double FNC4) spanning 2022-10-13 13:33:59 +01:00
readme-cmake and finally how to compile with cmake 2008-09-18 14:47:06 +00:00
README.linux Add ZINT_SHARED CMake option 2022-11-21 15:35:06 +02:00
README.macos - library: check symbol->primary for escape sequences also 2022-06-16 16:47:34 +01:00
README.windows Update to latest BWIPP; add ZINT_QT6 option to cmake 2022-07-08 19:16:02 +01:00
SetPaths.cmake Adjust license to correct wording 2020-01-17 19:51:29 +00:00
TODO Update version 2.7.1 > 2.8.0 2020-04-07 17:27:45 +01:00
zint-qt.desktop Use zint-64.svg from https://github.com/frhun/flathub for smoother icons, props frhun 2021-05-20 18:22:57 +01:00
zint-qt.png Use zint-64.svg - add back renamed zint-qt.png 2021-05-20 18:55:00 +01:00
zint.nsi Bump version to 2.11.1.9 (dev) 2022-08-25 17:58:13 +01:00
zint.spec Update URL for manual (no longer ASPX) 2022-08-23 10:53:56 +01: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, Deutsche Post Leitcode,
Deutsche 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, LOGMARS, Code 32, VIN, Codabar, Pharmacode, Code 128, GS1-128,
EAN-14, NVE-18 (SSCC-18), DPD Code, GS1 DataBar Omnidirectional, GS1 DataBar
Limited, GS1 DataBar Expanded, GS1 DataBar Stacked, GS1 Composite Symbologies,
Korea Post, Channel Code, BC412, Codablock-F, Code 16K, PDF417, Compact PDF417,
MicroPDF417, Code 49, Two-Track Pharmacode, POSTNET, PLANET, CEPNet, Australia
Post 4-State Symbols, Dutch Post KIX, Royal Mail RM4SCC, Royal Mail 4-State
Mailmark, USPS Intelligent Mail, Japanese Postal Code, DAFT, Data Matrix, QR
Code, Micro QR Code, Rectangular Micro QR Code (rMQR), UPNQR, MaxiCode, Aztec
Code, Aztec Runes, Code One, Grid Matrix, DotCode, Han Xin Code, Ultracode, HIBC
Code 128, HIBC Code 39, HIBC Data Matrix, HIBC PDF417, HIBC MicroPDF417, HIBC QR
Code, HIBC Codablock-F, HIBC Aztec Code, FIM and Flattermarken.

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


DOCUMENTATION
-------------
For documentation see "docs/manual.txt" or online at

    <https://zint.org.uk/manual/>


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 dependent on external
  circumstances.