From 159c63eeb63b9a86c477cba52ea2fd916c5cc6c5 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Tue, 1 Nov 2016 12:50:59 +0000 Subject: [PATCH] lazbarcodes: Add README.txt. Add current revision as zip to SourceForge "Files" section. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5298 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/lazbarcodes/README.txt | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 components/lazbarcodes/README.txt diff --git a/components/lazbarcodes/README.txt b/components/lazbarcodes/README.txt new file mode 100644 index 000000000..07357f9a1 --- /dev/null +++ b/components/lazbarcodes/README.txt @@ -0,0 +1,33 @@ +-------------------------------------------------------------------------------- + LazBarcodes +-------------------------------------------------------------------------------- + +LazBarcodes is a set of controls to create 1D and 2D barcodes. +The backend engine is a port of Zint at sourceforge. + +Currently it supports the generation of 2D barcodes : +- QR Code [1] +- MicroQR [2] +- Aztec Code [3] +- Aztec Rune [4] +- DataMatrix [5] + +The download contains the packages "lazbarcodes" and "lazbarcodes_runtimeonly". +The first one gives you visual components of the above barcodes and the second +can be used just to access the ported zint code for advanced barcode generation. + +Author: +Jose Mejuto + +License: +GPL 3.0 as it is being inherited from the zint source code. + +wiki Page: +http://wiki.freepascal.org/LazBarcodes + +References: +[1] http://en.wikipedia.org/wiki/Qr_code +[2] http://en.wikipedia.org/wiki/Qr_code#Variants +[3] http://en.wikipedia.org/wiki/Aztec_Code +[4] http://en.wikipedia.org/wiki/Aztec_Code#Encoding +[5] http://en.wikipedia.org/wiki/Data_Matrix \ No newline at end of file