1DMTXWRITE(1) General Commands Manual DMTXWRITE(1)
2
3
4
6 dmtxwrite - create Data Matrix barcodes
7
9 dmtxwrite [OPTION]... [FILE]
10
12 dmtxwrite encodes data from a file or standard input, and writes the
13 resulting ECC200 Data Matrix barcode as an image.
14
16 -c, --codewords
17 Print codeword listing instead of creating barcode.
18
19 -d, --module=N
20 Module size in pixels.
21
22 -m, --margin=N
23 Margin size in pixels.
24
25 -e, --encoding=[bfactxe8]
26 Encodation scheme.
27 b = Best optimized best possible optimization (beta)
28 f = Fast optimized basic optimization (not implemented)
29 a = ASCII [default] ASCII standard & extended
30 c = C40 digits and uppercase
31 t = Text digits and lowercase
32 x = X12 ANSI X12 EDI
33 e = EDIFACT ASCII values 32-94
34 8 = Base 256 all byte values 0-255
35
36 -f, --format=FORMAT
37 Output image format (PNG [default], TIF, GIF, PDF, etc...).
38
39 -l, --list-formats
40 List available image formats.
41
42 -o, --output=FILE
43 Barcode output filename. Default is standard output.
44
45 -p, --preview
46 Print ASCII art preview to standard output.
47
48 -r, --resolution=N
49 Set image print resolution (dpi).
50
51 -s, --symbol-size=[sr|RxC] (default "s")
52 Automatic symbol size options:
53 s = Auto square r = Auto rectangle
54 Manual symbol size options for square symbols:
55 10x10 12x12 14x14 16x16 18x18 20x20
56 22x22 24x24 26x26 32x32 36x36 40x40
57 44x44 48x48 52x52 64x64 72x72 80x80
58 88x88 96x96 104x104 120x120 132x132 144x144
59 Manually symbol size options for rectangle symbols:
60 8x18 8x32 12x26 12x36 16x36 16x48
61
62 -C, --color=COLOR
63 Barcode color (not implemented).
64
65 -B, --bg-color=COLOR
66 Background color (not implemented).
67
68 -M, --mosaic
69 Create non-standard Data Mosaic barcode.
70
71 -R, --rotate=DEGREES
72 Rotation angle in degrees (not implemented).
73
74 -v, --verbose
75 Use verbose messages.
76
77 -V, --version
78 Print program version information.
79
80 --help Display this help message and quit.
81
83 ISO/IEC 16022:2000
84
85 ANSI/AIM BC11 ISS
86
88 Email bug reports to mike@dragonflylogic.com
89
91 Copyright (C) 2008, 2009 Mike Laughton
92
93
94
95 September 4, 2009 DMTXWRITE(1)