Scroll to navigation

DMTXWRITE(1) General Commands Manual DMTXWRITE(1)

NAME

dmtxwrite - create Data Matrix barcodes

SYNOPSIS

dmtxwrite [OPTION]... [FILE]

DESCRIPTION

dmtxwrite encodes data from a file or standard input, and writes the resulting ECC200 Data Matrix barcode as an image.

OPTIONS

Print codeword listing instead of creating barcode.
Module size in pixels.
Margin size in pixels.
Encodation scheme.
b = Best optimized best possible optimization (beta)
f = Fast optimized basic optimization (not implemented)
a = ASCII [default] ASCII standard & extended
c = C40 digits and uppercase
t = Text digits and lowercase
x = X12 ANSI X12 EDI
e = EDIFACT ASCII values 32-94
8 = Base 256 all byte values 0-255
Output image format (PNG [default], TIF, GIF, PDF, etc...).
List available image formats.
Barcode output filename. Default is standard output.
Print ASCII art preview to standard output.
Set image print resolution (dpi).

Automatic symbol size options:
s = Auto square r = Auto rectangle
Manual symbol size options for square symbols:
10x10 12x12 14x14 16x16 18x18 20x20
22x22 24x24 26x26 32x32 36x36 40x40
44x44 48x48 52x52 64x64 72x72 80x80
88x88 96x96 104x104 120x120 132x132 144x144
Manually symbol size options for rectangle symbols:
8x18 8x32 12x26 12x36 16x36 16x48
Barcode color (not implemented).
Background color (not implemented).
Create non-standard Data Mosaic barcode.
Rotation angle in degrees (not implemented).
Use verbose messages.
Print program version information.
Display this help message and quit.

STANDARDS

ISO/IEC 16022:2000

ANSI/AIM BC11 ISS

BUGS

Email bug reports to mike@dragonflylogic.com

AUTHOR

Copyright (C) 2008, 2009 Mike Laughton

June 2, 2011