diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-07-11 03:14:39 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-07-11 03:14:39 +0000 |
commit | a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff (patch) | |
tree | 0e462a89e51e65b0d293104f437aa371d8e56ee1 /bioradtopgm.html | |
parent | e4dbb262ce92440414dad7735f9b9264e47cffa0 (diff) | |
download | netpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.tar.gz netpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.tar.xz netpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.zip |
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3893 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'bioradtopgm.html')
-rw-r--r-- | bioradtopgm.html | 76 |
1 files changed, 40 insertions, 36 deletions
diff --git a/bioradtopgm.html b/bioradtopgm.html index 980154d6..1007d29b 100644 --- a/bioradtopgm.html +++ b/bioradtopgm.html @@ -1,60 +1,64 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML><HEAD><TITLE>Bioradtopbm User Manual</TITLE></HEAD> -<BODY> -<H1>bioradtopgm</H1> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN"> +<html><head><title>Bioradtopbm User Manual</title></head> +<body> +<h1>bioradtopgm</h1> Updated: 28 June 1993 -<BR> +<br> +<a href="#index">Table Of Contents</a> -<A HREF="#index">Table Of Contents</A> - -<H2>NAME</H2> +<h2>NAME</h2> bioradtopgm - convert a Biorad confocal file into a PGM image -<H2 id="synopsis">SYNOPSIS</H2> +<h2 id="synopsis">SYNOPSIS</h2> -<B>bioradtopgm</B> -[<B>-image#</B>] -[<I>imagedata</I>] +<b>bioradtopgm</b> +[<b>-image#</b>] +[<i>imagedata</i>] -<H2 id="description">DESCRIPTION</H2> +<h2 id="description">DESCRIPTION</h2> <p>This program is part of <a href="index.html">Netpbm</a>. <p><b>bioradtopgm</b> reads a Biorad confocal file as input and produces a PGM image as output. If the resulting image is upside -down, run it through <B>pamflip -tb</B>. +down, run it through <b>pamflip -tb</b>. + +<h2 id="options">OPTIONS</h2> -<H2 id="options">OPTIONS</H2> +<p>In addition to the options common to all programs based on libnetpbm +(most notably <b>-quiet</b>, see <a href="index.html#commonoptions"> +Common Options</a>), <b>bioradtopgm</b> recognizes the following +command line option: -<DL COMPACT> -<DT><B>-image#</B> +<dl compact> +<dt><b>-image#</b> -<DD> +<dd> A Biorad image file may contain more than one image. With this option, you can specify which image to extract (only one at a time). The first image in the file has number zero. If no image number is supplied, only information about the image size and the number of images in the input is printed out. No output is produced. -</DL> +</dl> -<H2 id="seealso">SEE ALSO</H2> +<h2 id="seealso">SEE ALSO</h2> -<A HREF="pamflip.html">pamflip</A>, -<A HREF="pgm.html">pgm</A> +<a href="pamflip.html">pamflip</a>, +<a href="pgm.html">pgm</a> -<H2 id="authors">AUTHORS</H2> +<h2 id="authors">AUTHORS</h2> Copyright (C) 1993 by Oliver Trepte -<BR> - -<HR> -<H2 id="index">Table Of Contents</H2> -<UL> -<LI><A HREF="#synopsis">SYNOPSIS</A> -<LI><A HREF="#description">DESCRIPTION</A> -<LI><A HREF="#options">OPTIONS</A> -<LI><A HREF="#seealso">SEE ALSO</A> -<LI><A HREF="#authors">AUTHORS</A> -</UL> -</BODY> -</HTML> +<br> + +<hr> +<h2 id="index">Table Of Contents</h2> +<ul> +<li><a href="#synopsis">SYNOPSIS</a> +<li><a href="#description">DESCRIPTION</a> +<li><a href="#options">OPTIONS</a> +<li><a href="#seealso">SEE ALSO</a> +<li><a href="#authors">AUTHORS</a> +</ul> +</body> +</html> |