diff options
Diffstat (limited to 'upstream/mageia-cauldron/man1/ppmtolj.1')
-rw-r--r-- | upstream/mageia-cauldron/man1/ppmtolj.1 | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man1/ppmtolj.1 b/upstream/mageia-cauldron/man1/ppmtolj.1 new file mode 100644 index 00000000..45b9d725 --- /dev/null +++ b/upstream/mageia-cauldron/man1/ppmtolj.1 @@ -0,0 +1,96 @@ +\ +.\" 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 "Ppmtolj User Manual" 0 "04 September 2000" "netpbm documentation" + +.SH NAME +ppmtolj - convert a PPM image to an HP LaserJet PCL 5 Color file + +.UN synopsis +.SH SYNOPSIS + +\fBppmtolj\fP + +[\fB-gamma\fP \fIval\fP] + +[\fB-resolution\fP {\fB75\fP|\fB100\fP|\fB150\fP|\fB300\fP|\fB600\fP}] + +[\fB-delta\fP] + +[\fB-float\fP] + +[\fB-noreset\fP] + +[\fIppmfile\fP] + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBppmtolj\fP reads a PPM image as input and converts it into a +color file suitable to be printed by an HP color PCL 5 printer. + +.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 +\&), \fBppmtolj\fP recognizes the following +command line options: + + +.TP +\fB-delta\fP +Apply delta row compression to reduce the size of the pcl file. +.TP +\fB-gamma\fP \fIint\fP +Gamma correct the image using the integer parameter as a gamma (default 0). + +.TP +\fB-float\fP +Suppress positioning information. The default is to write the sequence +ESC&l0E to the output. + +.TP +\fB-noreset\fP +Don't write the reset sequence to the beginning and end of the output. + +.TP +\fB-resolution\fP +Set the required output resolution 75|100|150|300|600 + + + +.UN seealso +.SH SEE ALSO + +HP PCL 5 & Color Reference Guide, +.BR "\fBpnmtopclxl\fP" (1)\c +\&, +.BR "\fBpbmtolj\fP" (1)\c +\&, +.BR "\fBppmtopj\fP" (1)\c +\&, +.BR "\fBthinkjettopbm\fP" (1)\c +\&, +.BR "\fBppm\fP" (1)\c +\& + +.UN author +.SH AUTHOR + +Copyright (C) 2000 by Jonathan Melvin.(\fIjonathan.melvin@heywood.co.uk\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/ppmtolj.html +.PP
\ No newline at end of file |