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