diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/pgmtost4.1 | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/pgmtost4.1 b/upstream/opensuse-tumbleweed/man1/pgmtost4.1 new file mode 100644 index 00000000..9dc551ef --- /dev/null +++ b/upstream/opensuse-tumbleweed/man1/pgmtost4.1 @@ -0,0 +1,81 @@ +\ +.\" This man page was generated by the Netpbm tool 'makeman' from HTML source. +.\" Do not hand-hack it! If you have bug fixes or improvements, please find +.\" the corresponding HTML page on the Netpbm website, generate a patch +.\" against that, and send it to the Netpbm maintainer. +.TH "Pgmtost4 User Manual" 0 "20 January 2015" "netpbm documentation" + +.SH NAME + +pgmtost4 - convert PGM image to SBIG ST-4 format + +.UN synopsis +.SH SYNOPSIS + +\fBpgmtost4\fP + +[\fIpgmfile\fP] + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBpgmtost4\fP reads a PGM image as input and produces a +Santa Barbara Instrument Group SBIG ST-4 camera CCD image as output. +.PP +Note that this format is distinct from the SBIG format used with mos +SBIG cameras. For that, see \fBpgmtosbig\fP + + +.IP \(bu +The image is uncompressed +.IP \(bu +The image says it is from a "ST-6" camera +.IP \(bu +The image header has these lines: + +.IP \(bu +camera type +.IP \(bu +height +.IP \(bu +width +.IP \(bu +saturation level + + + + +.UN options +.SH OPTIONS +.PP +There are no command line options defined specifically +for \fBpgmtost4\fP, but it recognizes the options common to all +programs based on libnetpbm (See +.UR index.html#commonoptions + Common Options +.UE +\&.) + +.UN seealso +.SH SEE ALSO +.BR "st4topgm" (1)\c +\&, +.BR "pgm" (5)\c +\& + + +.UN history +.SH HISTORY +.PP +\fBpgmtosbig\fP was new in Netpbm 10.70, and was intended primarily as a +test tool for \fBsbigtopgm\fP. +.SH DOCUMENT SOURCE +This manual page was generated by the Netpbm tool 'makeman' from HTML +source. The master documentation is at +.IP +.B http://netpbm.sourceforge.net/doc/pgmtost4.html +.PP
\ No newline at end of file |