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