Find a file
Rowan Hanna 7753eb6d49 Update README.md
Removed old link to Google code repository for ZXing project.
2015-08-28 09:46:48 +02:00
Source Updated info about source file 2013-12-18 14:30:14 +11:00
TestApp Updated Debenu information 2013-12-18 14:32:08 +11:00
.gitattributes Revert "Revert "First commit of source files"" 2013-12-18 14:27:32 +11:00
.gitignore Revert "Revert "First commit of source files"" 2013-12-18 14:27:32 +11:00
LICENSE.md Create LICENSE.md 2013-12-18 13:44:27 +11:00
README.md Update README.md 2015-08-28 09:46:48 +02:00

DelphiZXingQRCode

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

http://www.debenu.com/open-source/delphizxingqrcode-open-source-delphi-qr-code-generator/

ZXing

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.

[Provided by Debenu]