1Mdatopbm User Manual(0) Mdatopbm User Manual(0)
2
3
4
6 mdatopbm - convert a Microdesign .mda or .mdp file into a PBM image
7
8
10 mdatopbm [-d] [-i] [--] [mdafile]
11
12
14 This program is part of Netpbm(1).
15
16 mdatopbm reads a MicroDesign file as input and Produces a PBM image as
17 output.
18
19 If you don't specify mdafile, mdatopbm takes its input from Standard
20 Input.
21
22
24 In addition to the options common to all programs based on libnetpbm
25 (most notably -quiet, see
26 Common Options ⟨index.html#commonoptions⟩ ), mdatopbm recognizes the
27 following command line options:
28
29
30
31
32 -d Double the height of the output file, to compensate for the
33 aspect ratio used in MicroDesign files.
34
35
36 -i Invert the colors used.
37
38
39 -- End of options (use this if the filename starts with "-")
40
41
42
43 The program also accepts option -a for historical reasons, for
44 the same meaning as the Netpbm common option -plain.
45
46
47
49 pbmtomda(1), pbm(1)
50
51
53 Copyright (C) 1999 John Elliott <jce@seasip.demon.co.uk>.
54
56 This manual page was generated by the Netpbm tool 'makeman' from HTML
57 source. The master documentation is at
58
59 http://netpbm.sourceforge.net/doc/mdatopbm.html
60
61netpbm documentation 03 December 2003 Mdatopbm User Manual(0)