sirtopnm - Man Page
convert a Solitaire file to PNM
Examples (TL;DR)
- Convert a SIR image to a PNM file:
sirtopnm path/to/input.sir > path/to/output.pnm
Synopsis
sirtopnm
[sirfile]
Description
This program is part of Netpbm(1).
sirtopnm reads a Solitaire Image Recorder file as input and produces a PNM image as output. The type of the output file depends on the input file - if it's an MGI TYPE 17 file, sirtopnm generates a PGM file. If it's an MGI TYPE 11 file, sirtopnm generates PPM. The program tells you which type it is writing.
Options
There are no command line options defined specifically for sirtopnm, but it recognizes the options common to all programs based on libnetpbm (See Common Options .)
See Also
pnmtosir(1), pnm(1)
Author
Copyright (C) 1991 by Marvin Landis.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
Referenced By
20 March 1991 netpbm documentation