wok-current view qrencode/description.txt @ rev 25707

Fix miss file need for grub2-efi install (kernel.img, modinfo.sh)
author Stanislas Leduc <shann@slitaz.org>
date Thu May 30 20:14:23 2024 +0000 (3 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.