wok view qrencode/description.txt @ rev 25420

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 08 07:39:58 2022 +0000 (21 months ago)
parents
children
line source
1 Libqrencode is a fast and compact library for encoding data in a QR Code symbol,
2 a 2D symbology that can be scanned by handy terminals such as a mobile phone
3 with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters and
4 has high robustness.
6 Libqrencode accepts a string or a list of data chunks then encodes in a
7 QR Code symbol as a bitmap array.
8 While other QR Code applications generate an image file, using libqrencode
9 allows applications to render QR Code symbols from raw bitmap data directly.
10 This library also contains a command-line utility outputs QR Code images in
11 various formats.