810e70bae77aa5f081b9049cb32e8c1bb783ee49
[ctsim.git] / man / if2.1
1 .\"  -*- NROFF -*-
2 .TH if2 1
3
4 .SH NAME
5 if2 - binary operations between two image (IF) files.
6
7 .SH SYNOPSIS
8 .B if2 infile1 infile2  outfile [OPTIONS]
9
10 .SH DESCRIPTION 
11 \fIif2\fP 
12 performs binary functions on two input IF image files.
13
14 .SH OPTIONS
15 \fIif2\fP
16 accepts the following options:
17 .TP 16
18 .B \-\-add
19 Add infile1 and infile2.
20
21 .TP 16
22 .B \-\-sub
23 Subtract infile2 from infile1.
24
25 .TP 16 
26 .B \-\-mul 
27 Multiply images.
28
29 .TP 16
30 .B \-\-comp 
31 Compare images.
32
33 .TP 16
34 .B \-\-column-plot \fIn\fP
35 Plot column.
36
37 .TP 16
38 .B \-\-row-plot \fIn\fP
39 Plot row.
40
41 .TP 16
42 .B \-\-verbose
43 Verbose mode.
44
45 .TP 16 
46 .B \-\-version
47 Print version.
48
49 .TP 16 
50 .B \-\-help
51 Print terse help summary
52
53 .SH AUTHORS
54 Kevin Rosenberg, M.D. <kevin@rosenberg.net>
55
56 .SH HISTORY
57 .Nm
58 was first written in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux.
59
60 .SH SEE ALSO
61 .BR ctsim (1), ifinfo (1), if1 (1), ifexport (1), phm2pj (1), phm2if (1), pj2if (1), pjinfo (1), pjrec (1)
62