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