mirror of
https://github.com/TronoSfera/DelphiZXingQRCode.git
synced 2026-05-18 18:13:37 +03:00
Create README.md
This commit is contained in:
parent
5d3e3b0db7
commit
c7f235e21d
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
|
@ -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.
|
||||||
Loading…
Reference in a new issue