From 3b83234a16a3aa59493c1d56a310de03e823a621 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 18 Dec 2000 03:03:05 +0000 Subject: [PATCH] r293: Initial cvs import --- man/if1.1 | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ man/if2.1 | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+) create mode 100644 man/if1.1 create mode 100644 man/if2.1 diff --git a/man/if1.1 b/man/if1.1 new file mode 100644 index 0000000..99f3362 --- /dev/null +++ b/man/if1.1 @@ -0,0 +1,65 @@ +.\" -*- NROFF -*- +.\" +.\" if1.1 +.\" +.\" Author: Kevin Rosenberg +.\" +.\" $Id: if1.1,v 1.1 2000/12/18 03:03:05 kevin Exp $ +.\" $Log: if1.1,v $ +.\" Revision 1.1 2000/12/18 03:03:05 kevin +.\" Initial cvs import +.\" +.\" Revision 1.2 2000/11/08 23:56:24 kevin +.\" *** empty log message *** +.\" +.\" Revision 1.1 2000/06/09 01:35:33 kevin +.\" Convert MPI structure to C++ class +.\" +.\" Revision 1.1 2000/05/03 08:43:46 kevin +.\" *** empty log message *** +.\" +.\" +.TH if1 1 + +.SH NAME +if1 - Single IF (Image File) Transformation + +.SH SYNOPSIS +.B if1 iffile outfile [OPTIONS] + +.SH DESCRIPTION +\fIif1\fP transforms a single IF file. + +.SH OPTIONS +\fIif1\fP accepts the following options: +.TP 16 +.B \-\-invert +Inverts (negates) the image. +.TP 16 +.B \-\-log +Natural logrithm of image. +.TP 16 +.B \-\-exp +Natural exponential of image. +.TP 16 +.B \-\-debug +Set debug mode. +.TP 16 +.B \-\-verbose +Set verbose mode. +.TP 16 +.B \-\-version +Print version. +.TP 16 +.B \-\-help +Print terse help summary. + +.SH AUTHORS +Kevin Rosenberg, M.D. + +.SH HISTORY +.Nm +was first written in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux. + +.SH SEE ALSO +.BR ctsim (1), ifinfo (1), if2 (1), ifexport (1), phm2pj (1), phm2if (1), pj2if (1), pjinfo (1), pjrec (1) diff --git a/man/if2.1 b/man/if2.1 new file mode 100644 index 0000000..810e70b --- /dev/null +++ b/man/if2.1 @@ -0,0 +1,62 @@ +.\" -*- NROFF -*- +.TH if2 1 + +.SH NAME +if2 - binary operations between two image (IF) files. + +.SH SYNOPSIS +.B if2 infile1 infile2 outfile [OPTIONS] + +.SH DESCRIPTION +\fIif2\fP +performs binary functions on two input IF image files. + +.SH OPTIONS +\fIif2\fP +accepts the following options: +.TP 16 +.B \-\-add +Add infile1 and infile2. + +.TP 16 +.B \-\-sub +Subtract infile2 from infile1. + +.TP 16 +.B \-\-mul +Multiply images. + +.TP 16 +.B \-\-comp +Compare images. + +.TP 16 +.B \-\-column-plot \fIn\fP +Plot column. + +.TP 16 +.B \-\-row-plot \fIn\fP +Plot row. + +.TP 16 +.B \-\-verbose +Verbose mode. + +.TP 16 +.B \-\-version +Print version. + +.TP 16 +.B \-\-help +Print terse help summary + +.SH AUTHORS +Kevin Rosenberg, M.D. + +.SH HISTORY +.Nm +was first written in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux. + +.SH SEE ALSO +.BR ctsim (1), ifinfo (1), if1 (1), ifexport (1), phm2pj (1), phm2if (1), pj2if (1), pjinfo (1), pjrec (1) + -- 2.34.1