Command Line QR encoder for win32

Software of interest to NeoBook users

Moderator: Neosoft Support

Locked
User avatar
dpayer
Posts: 1394
Joined: Mon Apr 11, 2005 5:55 am
Location: Iowa - USA

Command Line QR encoder for win32

Post by dpayer »

User avatar
smartmedia
Posts: 889
Joined: Fri Apr 01, 2005 6:50 am
Location: Hellas
Contact:

Post by smartmedia »

Hi..

In did, very helpful.. Thanks
djmarkes
Posts: 193
Joined: Thu May 26, 2011 5:08 pm

Re: Command Line QR encoder for win32

Post by djmarkes »

Can anyone tell me how to use this please? as is the command line? I can not find any documentation.

Thank you.
Diseño gráfico y Web profesional
http://www.jm-style.net
mishem
Posts: 581
Joined: Mon Oct 08, 2012 1:51 pm

Re: Command Line QR encoder for win32

Post by mishem »

Usage: qrencode [OPTION]... [STRING]
Encode input data in a QR Code and save as a PNG or EPS image.

-h, --help display the help message. -h displays only the help of short
options.

-o FILENAME, --output=FILENAME
write image to FILENAME. If '-' is specified, the result
will be output to standard output. If -S is given, structured
symbols are written to FILENAME-01.png, FILENAME-02.png, ...
(suffix is removed from FILENAME, if specified)
-s NUMBER, --size=NUMBER
specify module size in dots (pixels). (default=3)

-l {LMQH}, --level={LMQH}
specify error correction level from L (lowest) to H (highest).
(default=L)

-v NUMBER, --symversion=NUMBER
specify the version of the symbol. (default=auto)

-m NUMBER, --margin=NUMBER
specify the width of the margins. (default=4 (2 for Micro)))

-d NUMBER, --dpi=NUMBER
specify the DPI of the generated PNG. (default=72)

-t {PNG,EPS,SVG,ANSI,ANSI256,ASCII,ASCIIi,UTF8,ANSIUTF8}, --type={PNG,EPS,
SVG,ANSI,ANSI256,ASCII,ASCIIi,UTF8,ANSIUTF8}
specify the type of the generated image. (default=PNG)

-S, --structured
make structured symbols. Version must be specified.

-k, --kanji assume that the input text contains kanji (shift-jis).

-c, --casesensitive
encode lower-case alphabet characters in 8-bit mode. (default)

-i, --ignorecase
ignore case distinctions and use only upper-case characters.

-8, --8bit encode entire data in 8-bit mode. -k, -c and -i will be ignored.

-M, --micro encode in a Micro QR Code. (experimental)

--foreground=RRGGBB[AA]
--background=RRGGBB[AA]
specify foreground/background color in hexadecimal notation.
6-digit (RGB) or 8-digit (RGBA) form are supported.
Color output support available only in PNG and SVG.
-V, --version
display the version number and copyrights of the qrencode.

[STRING] input data. If it is not specified, data will be taken from
standard input.
Locked