diff options
Diffstat (limited to 'upstream/mageia-cauldron/man1/srftopam.1')
-rw-r--r-- | upstream/mageia-cauldron/man1/srftopam.1 | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man1/srftopam.1 b/upstream/mageia-cauldron/man1/srftopam.1 new file mode 100644 index 00000000..e9c339d3 --- /dev/null +++ b/upstream/mageia-cauldron/man1/srftopam.1 @@ -0,0 +1,91 @@ +\ +.\" 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 "Srftopam User Manual" 0 "27 May 2011" "netpbm documentation" + +.SH NAME +srftopam - convert a SRF image file to Netpbm images + + +.UN synopsis +.SH SYNOPSIS +.PP +\fBsrftopam\fP +[\fB-verbose\fP] +[\fInetpbmfile\fP] + + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBsrftopam\fP reads a SRF image file as input and produces a +multi-image stream of PAM images as output. +.PP +This program performs the inverse of the conversion that \fBpamtosrf\fP +does. See that program's manual for more information about SRF and +the relationship between the SRF and Netpbm representation of the +images. +.PP +\fInetpbmfile\fP is the input stream, which defaults to Standard Input. +Output is always on Standard Output. + + +.UN options +.SH OPTIONS +.PP +In addition to the options common to all programs based on libnetpbm +(most notably \fB-quiet\fP, see +.UR index.html#commonoptions + Common Options +.UE +\&), \fBsrftopam\fP recognizes the following +command line option: + + +.TP +\fB-verbose\fP +Issue informational messages about the input and the conversion process. + + + + +.UN seealso +.SH SEE ALSO + + +.IP \(bu + +.BR "pamtosrf" (1)\c +\& +.IP \(bu + +.BR "pamdice" (1)\c +\& +.IP \(bu + +.BR "pamsplit" (1)\c +\& +.IP \(bu + +.BR "pam" (1)\c +\& + + +.UN history +.SH HISTORY +.PP +\fBsrftopam\fP was new in Netpbm 10.55 (June 2011). +.PP +It was contributed by Mike Frysinger. +.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/srftopam.html +.PP
\ No newline at end of file |