Penguin
Annotated edit history of mdatopbm(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 mdatopbm
2 !!!mdatopbm
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 mdatopbm - convert a Microdesign .mda or .mdp file into a portable bitmap
14 !!SYNOPSIS
15
16
17 __mdatopbm__ [[__-a__][[__-d__][[__-i__][[__--__]
18 ''[[ mdafile ]''
19 !!DESCRIPTION
20
21
2 perry 22 Reads a !MicroDesign file as input. Reads from stdin if input
1 perry 23 file is omitted. Produces a portable bitmap as
24 output.
25 !!OPTIONS
26
27
28 __-a__
29
30
31 Output the PBM in ASCII rather than binary.
32
33
34 __-d__
35
36
37 Double the height of the output file, to compensate for the
2 perry 38 aspect ratio used in !MicroDesign files.
1 perry 39
40
41 __-i__
42
43
44 Invert the colours used.
45
46
47 __--__
48
49
50 End of options (use this if the filename starts with
51 !!SEE ALSO
52
53
54 pbmtomda(1), pbm(5)
55 !!AUTHOR
56
57
58 Copyright (C) 1999 John Elliott
59 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.