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