From: Kevin M. Rosenberg Date: Sun, 17 Dec 2000 22:44:43 +0000 (+0000) Subject: r275: Renamed if2img to ifexport X-Git-Tag: debian-4.5.3-3~742 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=e3fc751c935bc51ae13902c9c9e183a4aea02aa6 r275: Renamed if2img to ifexport --- diff --git a/man/if2img.1 b/man/if2img.1 deleted file mode 100644 index 5d807db..0000000 --- a/man/if2img.1 +++ /dev/null @@ -1,65 +0,0 @@ -.\" -*- nroff -*- -.\" -.\" if2img.1 -.\" -.\" Author: Kevin Rosenberg -.\" -.\" $Id: if2img.1,v 1.1 2000/06/09 01:35:33 kevin Exp $ -.\" $Log: if2img.1,v $ -.\" Revision 1.1 2000/06/09 01:35:33 kevin -.\" Convert MPI structure to C++ class -.\" -.\" Revision 1.2 2000/05/03 08:43:46 kevin -.\" *** empty log message *** -.\" -.\" -.Dd April 19, 2000 -.Dt IF2IMG 1 -.Os -.Sh NAME -.Nm if2img -.Nd IF (Image File) to Image -.Sh SYNOPSIS -.Nm if2img iffile outfile [OPTIONS] -.Sh DESCRIPTION -.Pp -.Nm -converts an 2D IF file to a viewable image file. -.Pp -The options are as follows: -.Bl -tag -width Ds -.It Fl Fl format Ar format-name -Choose output image format -.It Fl Fl center Ar center-mode -Choose center of window (default is mode) -.It Fl Fl auto Ar auto-mode -Set automatic window mode (default is full) -.It Fl Fl scaling Ar multiple -Set scaling factor for output image (default is 1) -.It Fl Fl min Ar minimum -Set minimum intensity of window (overrides --auto) -.It Fl Fl max Ar maximum -Set maximum intensity of window (overrides --auto) -.It Fl Fl stats -Print image statistics -.It Fl Fl labels -Print IF labels -.It Fl Fl debug -Set debug mode -.It Fl Fl verbose -Set verbose mode -.It Fl Fl version -Print version -.It Fl Fl 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 -.Xr ctrec 1 , -.Xr phm2rs 1 , -.Xr phm2if 1 , -.Xr rs2if 1 , -.Xr ifinfo 1 \ No newline at end of file diff --git a/man/ifexport.1 b/man/ifexport.1 new file mode 100644 index 0000000..4a3cfe6 --- /dev/null +++ b/man/ifexport.1 @@ -0,0 +1,68 @@ +.\" -*- nroff -*- +.\" +.\" ifexport.1 +.\" +.\" Author: Kevin Rosenberg +.\" +.\" $Id: ifexport.1,v 1.1 2000/12/17 22:44:43 kevin Exp $ +.\" $Log: ifexport.1,v $ +.\" Revision 1.1 2000/12/17 22:44:43 kevin +.\" Renamed if2img to ifexport +.\" +.\" Revision 1.1 2000/06/09 01:35:33 kevin +.\" Convert MPI structure to C++ class +.\" +.\" Revision 1.2 2000/05/03 08:43:46 kevin +.\" *** empty log message *** +.\" +.\" +.Dd April 19, 2000 +.Dt IFEXPORT 1 +.Os +.Sh NAME +.Nm ifexport +.Nd IF (Image File) to Image +.Sh SYNOPSIS +.Nm ifexport iffile outfile [OPTIONS] +.Sh DESCRIPTION +.Pp +.Nm +converts an 2D IF file to a viewable image file. +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl Fl format Ar format-name +Choose output image format +.It Fl Fl center Ar center-mode +Choose center of window (default is mode) +.It Fl Fl auto Ar auto-mode +Set automatic window mode (default is full) +.It Fl Fl scaling Ar multiple +Set scaling factor for output image (default is 1) +.It Fl Fl min Ar minimum +Set minimum intensity of window (overrides --auto) +.It Fl Fl max Ar maximum +Set maximum intensity of window (overrides --auto) +.It Fl Fl stats +Print image statistics +.It Fl Fl labels +Print IF labels +.It Fl Fl debug +Set debug mode +.It Fl Fl verbose +Set verbose mode +.It Fl Fl version +Print version +.It Fl Fl 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 +.Xr ctrec 1 , +.Xr phm2rs 1 , +.Xr phm2if 1 , +.Xr rs2if 1 , +.Xr ifinfo 1 \ No newline at end of file