wok diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qrencode/description.txt	Mon Aug 08 07:39:58 2022 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +Libqrencode is a fast and compact library for encoding data in a QR Code symbol,
     1.5 +a 2D symbology that can be scanned by handy terminals such as a mobile phone
     1.6 +with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters and
     1.7 +has high robustness.
     1.8 +
     1.9 +Libqrencode accepts a string or a list of data chunks then encodes in a
    1.10 +QR Code symbol as a bitmap array.
    1.11 +While other QR Code applications generate an image file, using libqrencode
    1.12 +allows applications to render QR Code symbols from raw bitmap data directly.
    1.13 +This library also contains a command-line utility outputs QR Code images in
    1.14 +various formats.