diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-02-03 15:14:42 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-02-03 15:14:42 +0000 |
commit | 3016dfd66fbc65bf9478beb04416a1cb7fe522f9 (patch) | |
tree | 06ab91a847ff7f8a5157e59aa7ba0e2f03fa53fa /pgmtosbig.html | |
parent | 3dadeb33a21cd02177e5351ca4a05297ef128900 (diff) | |
download | netpbm-mirror-3016dfd66fbc65bf9478beb04416a1cb7fe522f9.tar.gz netpbm-mirror-3016dfd66fbc65bf9478beb04416a1cb7fe522f9.tar.xz netpbm-mirror-3016dfd66fbc65bf9478beb04416a1cb7fe522f9.zip |
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@2408 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pgmtosbig.html')
-rw-r--r-- | pgmtosbig.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/pgmtosbig.html b/pgmtosbig.html new file mode 100644 index 00000000..651f9962 --- /dev/null +++ b/pgmtosbig.html @@ -0,0 +1,60 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML><HEAD><TITLE>Pgmtosbig User Manual</TITLE></HEAD> +<BODY> +<H1>pgmtosbig</H1> +Updated: 18 January 2015 +<BR> +<A HREF="#index">Table Of Contents</A> + +<H2>NAME</H2> + +pgmtosbig - convert PGM image to SBIG format + +<H2 id="synopsis">SYNOPSIS</H2> + +<B>pgmtosbig</B> + +[<I>pgmfile</I>] + +<H2 id="description">DESCRIPTION</H2> + +<p>This program is part of <a href="index.html">Netpbm</a>. + +<p><b>pgmtosbig</b> reads a PGM image as input and produces a +Santa Barbara Instrument Group SBIG Type 3 image as output. + +<p>Note that this format is distinct from the SBIG ST-4 format. + +<ul> +<li>The image is uncompressed +<li>The image says it is from a "ST-6" camera +<li>The image header has these lines: +<ul> +<li>camera type +<li>height +<li>width +<li>saturation level +</ul> +</ul> + + +<H2 id="seealso">SEE ALSO</H2> + +<A HREF="sbigtopgm.html">sbigtopgm</A>, +<A HREF="pgm.html">pgm</A> + +<h2 id="history">HISTORY</h2> + +<p><b>pgmtosbig</b> was new in Netpbm 10.70, and was intended primarily as a +test tool for <b>sbigtopgm</b>. + +<HR> +<H2 id="index">Table Of Contents</H2> +<UL> +<LI><A HREF="#synopsis">SYNOPSIS</A> +<LI><A HREF="#description">DESCRIPTION</A> +<LI><A HREF="#seealso">SEE ALSO</A> +<LI><A HREF="#history">HISTORY</A> +</UL> +</BODY> +</HTML> |