logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iec16022 - program to generate 2d barcodes

Author

       iec16022 was written by Adrian Kennard, Andrews & Arnold Ltd.

       This  manual  page was written by Jan Luebbe <jluebbe@lasnet.de>, for the Debian project (but may be used
       by others).

iec16022 0.3.1                                     2006-01-14                                        iec16022(1)

Description

       This manual page documents briefly the iec16022 command.

       iec16022  generates  2d  barcodes  conforming  to the ISO/IEC 16022 standard (which is also known as Data
       Matrix and Semacode).

Example

       To produce a DataMatrix barcode for foobar in PNG format you need the following arguments:

       iec16022-fPNG-cfoobar-ofoobar.png

Name

       iec16022 - program to generate 2d barcodes

Options

       These programs follow the usual GNU command line syntax, with  long  options  starting  with  two  dashes
       (`-').  A summary of options is included below.

       -s,--sizeWxH
              Sets the size of the generated barcode.

       -c,--barcodetext
              Specifies the text to be encoded.

       --ecc000|050|080|100|140|200
              Sets the type of ecc to be used (default: 200).

       -i,--infilefilename
              Read input data from file.

       -o,--outfilefilenmae
              Save output to file (instead of standard output).

       -f,--formatText|UTF-8|EPS|Bin|Hex|Stamp|PNG
              Set the output type.

       -?,--help
              Show summary of options.

       --usage
              Show short overview of options.

Synopsis

iec16022 [options]

See Also