Provided by:
qrencode_2.0.0-2_i386 
NAME
qrencode - Encode input data in a QR Code and save as a PNG image.
SYNOPSIS
qrencode [OPTION]... [STRING]
DESCRIPTION
Libqrencode is a library for encoding data in a QR Code symbol, a kind
of 2D symbology that can be scanned by handy terminals such as a mobile
phone with CCD. The capacity of QR Code is up to 7000 digits or 4000
characters, and has high robustness.
Qrencode is a utility software using libqrencode to encode string data
in a QR Code and save as a PNG image.
OPTIONS
-h display help message.
-o FILENAME
write PNG image to FILENAME. If ’-’ is specified, the result
will be output to standard output.
-s NUMBER
specify the size of dot (pixel). (default=3)
-l {LMQH}
specify error collectin level from L (lowest) to H (highest).
(default=L)
-v NUMBER
specify the version of the symbol. (default=auto)
-m NUMBER
specify the width of margin. (default=4)
-k assume that the input text contains kanji (shift-jis).
-c encode lower-case alphabet characters in 8-bit mode. (default)
-i ignore case distinctions and use only upper-case characters.
-8 encode entire data in 8-bit mode. -k, -c and -i will be ignored.
[STRING]
input data. If it is not specified, data will be taken from
standard input.
AUTHOR
Written by Kentaro Fukuchi.
COPYRIGHT
Copyright (C) 2006, 2007, 2008 Kentaro Fukuchi.