lazarus-ccr/components/lazbarcodes
2019-02-11 15:15:24 +00:00
..
images First commit. Tested on Windows only. It provides 5 controls under the "Laz Barcodes 2D" tab. 2011-07-22 18:48:22 +00:00
packages lazbarcodes: Rename internally used units to avoid naming conflict with CodeTyphon package PL_APE 2019-02-11 15:15:24 +00:00
src lazbarcodes: Rename internally used units to avoid naming conflict with CodeTyphon package PL_APE 2019-02-11 15:15:24 +00:00
README.txt lazbarcode: Change license from GPL to BSD (in acreement with author, Jose Mejuto) 2018-02-11 11:52:46 +00:00

--------------------------------------------------------------------------------
                                  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:
BSD 3 as it is being inherited from the zint backend 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