wok annotate 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 (22 months ago)
parents
children
rev   line source
Hans-G?nter@25256 1 Libqrencode is a fast and compact library for encoding data in a QR Code symbol,
Hans-G?nter@25256 2 a 2D symbology that can be scanned by handy terminals such as a mobile phone
Hans-G?nter@25256 3 with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters and
Hans-G?nter@25256 4 has high robustness.
Hans-G?nter@25256 5
Hans-G?nter@25256 6 Libqrencode accepts a string or a list of data chunks then encodes in a
Hans-G?nter@25256 7 QR Code symbol as a bitmap array.
Hans-G?nter@25256 8 While other QR Code applications generate an image file, using libqrencode
Hans-G?nter@25256 9 allows applications to render QR Code symbols from raw bitmap data directly.
Hans-G?nter@25256 10 This library also contains a command-line utility outputs QR Code images in
Hans-G?nter@25256 11 various formats.