# DelphiZXingQRCode **Repository Path**: allsy/DelphiZXingQRCode ## Basic Information - **Project Name**: DelphiZXingQRCode - **Description**: Delphi port of QR Code functionality from ZXing, a barcode image processing library. - **Primary Language**: Pascal - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-02-10 - **Last Updated**: 2025-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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]