Tag

QRCode library

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Dec 12, 2024 · Backend Development

Generating and Decoding QR Codes in PHP

This article explains how to generate QR codes using the PHP QRCode library and how to decode them with PHP's image functions and the ZXing library, providing step‑by‑step code examples for creating, saving, and reading QR code images.

PHPQR codeQRCode library
0 likes · 4 min read
Generating and Decoding QR Codes in PHP
Test Development Learning Exchange
Test Development Learning Exchange
May 30, 2018 · Backend Development

Generating QR Codes with the Python qrcode Library

This article explains how to install the qrcode module, generate QR codes using both functional and class‑based APIs, customize parameters such as version and error correction, produce PNG, SVG, and pure‑Python images, use the command‑line tool, and embed logos into QR codes with full code examples.

Command-linePythonQR code
0 likes · 10 min read
Generating QR Codes with the Python qrcode Library