wok view qrencode/description.txt @ rev 25478

icedtea6-jdk: adjusted ecj version
author Hans-G?nter Theisgen
date Fri Oct 14 06:10:44 2022 +0100 (20 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.