1QRENCODE(1)                 General Commands Manual                QRENCODE(1)
2
3
4

NAME

6       qrencode - Encode input data in a QR Code and save as a PNG image.
7

SYNOPSIS

9       qrencode [OPTION]...  [STRING]
10
11

DESCRIPTION

13       Libqrencode  is a library for encoding data in a QR Code symbol, a kind
14       of 2D symbology that can be scanned by handy terminals such as a mobile
15       phone  with  CCD.  The capacity of QR Code is up to 7000 digits or 4000
16       characters, and has high robustness.
17
18       Qrencode is a utility software using libqrencode to encode string  data
19       in a QR Code and save as a PNG image.
20
21

OPTIONS

23       -h, --help
24              display help message.
25
26       -o FILENAME, --output=FILENAME
27              write  PNG  image  to  FILENAME. If '-' is specified, the result
28              will be output to standard output.
29
30       -s NUMBER, --size=NUMBER
31              specify the size of dot (pixel). (default=3)
32
33       -l {LMQH}, --level={LMQH}
34              specify error collectin level from L (lowest)  to  H  (highest).
35              (default=L)
36
37       -v NUMBER, --symversion=NUMBER
38              specify the version of the symbol. (default=auto)
39
40       -m NUMBER, --margin=NUMBER
41              specify the width of margin. (default=4)
42
43       -S, --structured
44              make structured symbols. Version must be specified.
45
46       -k, --kanji
47              assume that the input text contains kanji (shift-jis).
48
49       -c, --casesensitive
50              encode lower-case alphabet characters in 8-bit mode. (default)
51
52       -i, --ignorecase
53              ignore case distinctions and use only upper-case characters.
54
55       -8, --8bit
56              encode entire data in 8-bit mode. -k, -c and -i will be ignored.
57
58       -V, --version
59              display the version number and copyrights of the qrencode.
60
61       [STRING]
62              input  data.  If  it  is  not specified, data will be taken from
63              standard input.
64
65

EXAMPLES

67       qrencode -l L -v 1 -o output.png 'Hello, world!'
68              encode into a symbol version 1, level L.
69
70       qrencode -iSv 1 --output=output.png
71              read standard input and encode  it  into  a  structured-appended
72              symbols in case-insensitive mode.
73
74

AUTHOR

76       Written by Kentaro Fukuchi.
77
78
80       Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi.
81
82
83
84qrencode 3.1.1                   Jan. 23, 2008                     QRENCODE(1)
Impressum