diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2018-03-22 14:45:13 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-22 14:45:13 +0000 |
commit | cde5bc7030d34bdabc6ec7a094e355318d331c83 (patch) | |
tree | 00fca8d0d0445a6583bbfb3ba69ec9f5e34ba5ba /libraries/zint/README | |
parent | 49f800281cc7823a4b7a6a44984faff085d80616 (diff) |
libraries/zint: Added (Zint Barcode Generator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/zint/README')
-rw-r--r-- | libraries/zint/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/zint/README b/libraries/zint/README new file mode 100644 index 000000000000..c7c55e1efd47 --- /dev/null +++ b/libraries/zint/README @@ -0,0 +1,17 @@ +Encodes data into any of the following: Australia Post barcode, Aztec +Code, Aztec Runes, Channel Code, Codabar, Codablock-F, Code 11, Code +128, Code 16K, Code 2 of 5 (Including IATA, Datalogic, ITF14, Deutsche +Post Leitcode and Identcode), Code 32 (Italian Pharmacode), Code 39, +Code 39+, Code 49, Code 93, Code One, Data Matrix (ECC200), DotCode, +Dutch Post KIX, EAN, Grid Matrix, GS-1 DataBar, Han Xin Code, HIBC, +Japan Post, Korea Post, LOGMARS, MaxiCode, MSI, PDF417 and Micro +PDF417, Pharmacode, POSTNET, PLANET, QR Code and Micro QR, Royal +Mail 4-state (RM4SCC) and Mailmark, Telepen, UPC-A and UPC-E, +UPNQR and USPS Intelligent Mail. + +Also supports full range of Unicode (UTF8) input using automated ECI +switching for encoding in multiple languages and GS-1 data input mode. +Save to PNG, BMP, TIF, GIF, PCX, SVG, WMF and EPS output file formats. + +Includes CLI and GUI interfaces and fully documented API for +integrating with other projects. |