pgmtost4 - Man Page
convert PGM image to SBIG ST-4 format
Examples (TL;DR)
- Convert a PGM image file to the SBIG ST-4 format:
pgmtost4 path/to/input_file.pgm > path/to/output.st4
Synopsis
pgmtost4
[pgmfile]
Description
This program is part of Netpbm(1).
pgmtost4 reads a PGM image as input and produces a Santa Barbara Instrument Group SBIG ST-4 camera CCD image as output.
Note that this format is distinct from the SBIG format used with mos SBIG cameras. For that, see pgmtosbig
- The image is uncompressed
- The image says it is from a "ST-6" camera
- The image header has these lines:
- camera type
- height
- width
- saturation level
Options
There are no command line options defined specifically for pgmtost4, but it recognizes the options common to all programs based on libnetpbm (See Common Options .)
See Also
st4topgm(1), pgm(1)
History
pgmtosbig was new in Netpbm 10.70, and was intended primarily as a test tool for sbigtopgm.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
Referenced By
20 January 2015 netpbm documentation