From c7f235e21da15dae3e3834876055aa70787fbc86 Mon Sep 17 00:00:00 2001 From: rowanhanna Date: Wed, 18 Dec 2013 13:50:54 +1100 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ed01e1 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +DelphiZXingQRCode [provided by Debenu] +================= + +DelphiZXingQRCode is a Delphi port of the QR Code functionality from ZXing, an open source +barcode image processing library. The code was ported to Delphi by Senior Debenu Developer, +Kevin Newman. The port retains the original Apache License (v2.0). + +DelphiZXingQRCode Project Website: +http://www.debenu.com/open-source/delphizxingqrcode-open-source-delphi-qr-code-generator/ + +ZXing +https://code.google.com/p/zxing/ + +ZXing (GitHub Mirror) +https://github.com/zxing/zxing + +# Getting Started # + +A sample Delphi project is provided in the TestApp folder to demonstrate how to use DelphiZXingQRCode. +Simply add the DelphiZXIngQRCode.pas to the DelphiZXingQRCodeTestApp Delphi project and compile.