X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=glabels2%2Fqrencode-3.1.0%2Fqrencode.1.in;fp=glabels2%2Fqrencode-3.1.0%2Fqrencode.1.in;h=0000000000000000000000000000000000000000;hb=39f4c44e000d410b4f63ab1fcdc4b04273ff0a83;hp=85b26047bc859aeacff790671f7e6d3a2018b874;hpb=afa4a2a62381d2502254a8928216f11509aa1b7d;p=glabels diff --git a/glabels2/qrencode-3.1.0/qrencode.1.in b/glabels2/qrencode-3.1.0/qrencode.1.in deleted file mode 100644 index 85b26047..00000000 --- a/glabels2/qrencode-3.1.0/qrencode.1.in +++ /dev/null @@ -1,73 +0,0 @@ -.TH QRENCODE 1 "Jan. 23, 2008" "qrencode @VERSION@" -.SH NAME -qrencode \- Encode input data in a QR Code and save as a PNG image. -.SH SYNOPSIS -.B "qrencode" -[OPTION]... -[STRING] - -.SH 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. - -.SH OPTIONS -.TP -.B \-h, --help -display help message. -.TP -.B \-o FILENAME, --output=FILENAME -write PNG image to FILENAME. If '-' is specified, the result will be output -to standard output. -.TP -.B \-s NUMBER, --size=NUMBER -specify the size of dot (pixel). (default=3) -.TP -.B \-l {LMQH}, --level={LMQH} -specify error collectin level from L (lowest) to H (highest). (default=L) -.TP -.B \-v NUMBER, --symversion=NUMBER -specify the version of the symbol. (default=auto) -.TP -.B \-m NUMBER, --margin=NUMBER -specify the width of margin. (default=4) -.TP -.B \-S, --structured -make structured symbols. Version must be specified. -.TP -.B \-k, --kanji -assume that the input text contains kanji (shift-jis). -.TP -.B \-c, --casesensitive -encode lower-case alphabet characters in 8-bit mode. (default) -.TP -.B \-i, --ignorecase -ignore case distinctions and use only upper-case characters. -.TP -.B \-8, --8bit -encode entire data in 8-bit mode. -k, -c and -i will be ignored. -.TP -.B \-V, --version -display the version number and copyrights of the qrencode. -.TP -.B [STRING] -input data. If it is not specified, data will be taken from standard input. - -.SH EXAMPLES -.TP -.B qrencode -l L -v 1 -o output.png 'Hello, world!' -encode into a symbol version 1, level L. -.TP -.B qrencode -iSv 1 --output=output.png -read standard input and encode it into a structured-appended symbols in -case-insensitive mode. - -.SH AUTHOR -Written by Kentaro Fukuchi. - -.SH COPYRIGHT -Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi.