wok-current annotate qrencode/description.txt @ rev 25411
updated winetricks (20200412 -> 20220411)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 04 07:24:24 2022 +0100 (2022-08-04) |
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. |