#author("2021-09-20T05:18:22+00:00","","")
#topicpath


///////////////////////////////////////////////////////////////////////////////
* 目次 [#nfe5dbc7]
#contents();

///////////////////////////////////////////////////////////////////////////////
* qrencode [#qeencode]
//=============================================================================
** 使い方 [#g222296b]
- QRコードの生成
 $ qrencode -o <out-image-file> <string-to-encode>
- options
|~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               | | |

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS