From cde5bc7030d34bdabc6ec7a094e355318d331c83 Mon Sep 17 00:00:00 2001 From: Fernando Lopez Jr Date: Thu, 22 Mar 2018 14:45:13 +0000 Subject: libraries/zint: Added (Zint Barcode Generator). Signed-off-by: David Spencer --- libraries/zint/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libraries/zint/README (limited to 'libraries/zint/README') diff --git a/libraries/zint/README b/libraries/zint/README new file mode 100644 index 0000000000..c7c55e1efd --- /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. -- cgit v1.2.3