https://github.com/foxitsoftware/delphizxingqrcode
Delphi port of QR Code functionality from ZXing, a barcode image processing library.
https://github.com/foxitsoftware/delphizxingqrcode
Last synced: 5 months ago
JSON representation
Delphi port of QR Code functionality from ZXing, a barcode image processing library.
- Host: GitHub
- URL: https://github.com/foxitsoftware/delphizxingqrcode
- Owner: foxitsoftware
- License: apache-2.0
- Created: 2013-12-18T02:38:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T20:46:44.000Z (over 2 years ago)
- Last Synced: 2025-08-05T04:26:16.487Z (11 months ago)
- Language: Pascal
- Size: 277 KB
- Stars: 209
- Watchers: 30
- Forks: 118
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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]