$ qrencode -o <out-image-file> <string-to-encode>
option | description | remark |
---|---|---|
-o <out-file> | エンコード結果を <out-file> に出力する | |
-r <input-file> | 入力データを <input-file> から読み込む | |
-s <size-pixel> | 出力の画角を pixel 値で指定する | default は 3pixel |
-l <L/M/Q/H> | エラー出力レベルを指定する | Low to High, default は L |
-m <margin-size> | マージン幅を指定する | default は 4 |
-d <dpi> | 解像度を dpi で指定する | default は 72 |
-t <type> | 出力フォーマットを <type> に指定する | PNG(default),PNG32,EPS,SVG,XPM,ANSI,ANSI256,ASCII,ASCIIi,UTF8,ANSIUTF8 |
-S | structured symbol を指定する | バージョンは必須 |
-k | shift-jis を指定する | |
-c | ||
-i | ||
-8 | ||
-M | ||
--foreground=RRGGBB[AA] | ||
--background=RRGGBB[AA] | ||
-V | ||
--verbose |
$ zbarimage <input-image-file>