r635: no message
[ctsim.git] / man / ifexport.1
1 .\"  -*- nroff -*-
2 .\"
3 .\" ifexport.1
4 .\"
5 .\" Author: Kevin Rosenberg <kevin@rosenberg.net>
6 .\"
7 .\" $Id: ifexport.1,v 1.3 2000/12/18 05:33:44 kevin Exp $
8 .\" $Log: ifexport.1,v $
9 .\" Revision 1.3  2000/12/18 05:33:44  kevin
10 .\" Added ctsim.1
11 .\"
12 .\" Revision 1.2  2000/12/18 00:17:21  kevin
13 .\" *** empty log message ***
14 .\"
15 .\" Revision 1.1  2000/12/17 22:44:43  kevin
16 .\" Renamed if2img to ifexport
17 .\"
18 .\" Revision 1.1  2000/06/09 01:35:33  kevin
19 .\" Convert MPI structure to C++ class
20 .\"
21 .\" Revision 1.2  2000/05/03 08:43:46  kevin
22 .\" *** empty log message ***
23 .\"
24 .\"
25 .Dd April 19, 2000
26 .Dt IFEXPORT 1
27 .Os
28 .Sh NAME
29 .Nm ifexport
30 .Nd IF (Image File) to Image
31 .Sh SYNOPSIS
32 .Nm ifexport iffile outfile [OPTIONS]
33 .Sh DESCRIPTION 
34 .Pp
35 .Nm 
36 converts an 2D IF file to a viewable image file. 
37 .Pp
38 The options are as follows:
39 .Bl -tag -width Ds
40 .It Fl Fl format Ar format-name
41 Choose output image format
42 .It Fl Fl center Ar center-mode
43 Choose center of window (default is mode)
44 .It Fl Fl auto Ar auto-mode
45 Set automatic window mode (default is full)
46 .It Fl Fl scaling Ar multiple
47 Set scaling factor for output image (default is 1)
48 .It Fl Fl min Ar minimum
49 Set minimum intensity of window (overrides --auto)
50 .It Fl Fl max Ar maximum
51 Set maximum intensity of window (overrides --auto)
52 .It Fl Fl stats
53 Print image statistics
54 .It Fl Fl labels
55 Print IF labels
56 .It Fl Fl debug
57 Set debug mode
58 .It Fl Fl verbose
59 Set verbose mode
60 .It Fl Fl version
61 Print version
62 .It Fl Fl help
63 Print terse help summary
64 .Sh AUTHORS
65 Kevin Rosenberg, M.D. <kevin@rosenberg.net>
66
67 .Sh HISTORY
68 .Nm ifexport
69 was first written in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux and later ported to Microsoft Windows.
70
71 .Sh SEE ALSO
72 .BR ctsim (1), ifinfo (1), if1 (1), if2 (1), phm2pj (1), phm2if (1), pj2if (1), pjinfo (1), pjrec (1)
73