diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/ppmtopjxl.1 | 144 |
1 files changed, 144 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/ppmtopjxl.1 b/upstream/opensuse-tumbleweed/man1/ppmtopjxl.1 new file mode 100644 index 00000000..d3508b73 --- /dev/null +++ b/upstream/opensuse-tumbleweed/man1/ppmtopjxl.1 @@ -0,0 +1,144 @@ +\ +.\" 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 "Ppmtopjxl User Manual" 0 "14 March 1991" "netpbm documentation" + +.SH NAME + +ppmtopjxl - convert a PPM image to an HP PaintJet XL PCL file + +.UN synopsis +.SH SYNOPSIS + +ppmtopjxl +[\fB-nopack\fP] +[\fB-gamma\fP \fIn\fP] +[\fB-presentation\fP] +[\fB-dark\fP] +[\fB-diffuse\fP] +[\fB-cluster\fP] +[\fB-dither\fP] +[\fB-xshift\fP \fIs\fP] +[\fB-yshift\fP \fIs\fP] +[\fB-xshift\fP \fIs\fP] +[\fB-yshift\fP \fIs\fP] +[{\fB-xsize\fP|\fB-width\fP|\fB-xscale\fP} \fIs\fP] +[{\fB-ysize\fP|\fB-height\fP|\fB-yscale\fP} \fIs\fP] +[\fIppmfile\fP] + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBppmtopjxl\fP reads a PPM image as input and produces a PCL file +suitable for printing on an HP PaintJet XL printer as output. +.PP +The generated file is not suitable for printing on a normal +PrintJet printer. The \fB-nopack\fP option generates a file which +does not use the normal TIFF 4.0 compression method and thus might +be printable on a normal PaintJet printer (not an XL). + +.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 +\&), \fBppmtopjxl\fP recognizes the following +command line options: + + + +.TP +\fB-nopack\fP +.sp +Generate a file which does not use the normal TIFF 4.0 compression +method. This file might be printable on a normal PaintJet printer +(not an XL). + +.TP +\fB-gamma\fP +.sp +Set the gamma correction for the image. The useful range for the +PaintJet XL is approximately 0.6 to 1.5. + +.TP +\fB-dither\fP, \fB-cluster\fP, \fB-diffuse\fP +.sp +Alter the rendering algorithm used for images. These options +select ordered dithering, clustered ordered dithering, or error +diffusion respectively. + +.TP +\fB-dark\fP +.sp +Enhance images with a dark background when they are reduced in size. + +.TP +\fB-presentation\fP +.sp +Turn on presentation mode, in which two passes are made over the +paper to increase ink density. You should use this only for images where +quality is critical. + +.TP +\fB-xsize\fP, \fB-ysize\fP +.sp +Resize the image. The parameter to either of these options is +interpreted as the number of dots to set the width or height to, but +you may append an optional dimension of `\fBpt\fP' (points), +`\fBdp\fP' (decipoints), `\fBin\fP' (inches), or `\fBcm\fP' +(centimetres). If you specify only one dimension, \fBppmtopjxl\fP +will scale the other one appropriately. + +.TP +\fB-width\fP, \fB-height\fP +.sp +Synonyms of \fB-xsize\fP and \fB-ysize\fP. + +.TP +\fB-xscale\fP, \fB-yscale\fP +.sp +Alternatives to \fB-xsize\fP and \fB-ysize\fP. Scale the +image by a simple factor. + +.TP +\fB-xshift\fP, \fB-yshift\fP +.sp +Shift the image on the page. These move the image the specified +dimensions right and down. + + + +.UN seealso +.SH SEE ALSO +.BR "\fBpnmtopclxl\fP" (1)\c +\&, +.BR "\fBpbmtolj\fP" (1)\c +\&, +.BR "\fBppmtolj\fP" (1)\c +\&, +.BR "\fBppmtopj\fP" (1)\c +\&, +.BR "\fBthinkjettopbm\fP" (1)\c +\&, +.BR "ppm" (5)\c +\& + +.UN author +.SH AUTHOR +.PP +Angus Duggan +.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/ppmtopjxl.html +.PP
\ No newline at end of file |