summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man1/ppmtopjxl.1
blob: 26f13e31b6919267a07feb4cedf3758c372a78f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
\
.\" 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. This file might
be printable on a normal PaintJet printer (not an XL).
.PP
The \fB-gamma\fP option sets the gamma correction for the
image. The useful range for the PaintJet XL is approximately 0.6 to
1.5.
.PP
You an alter the rendering algorithm used for images with the
\fB-dither,\fP \fB-cluster,\fP and \fB-diffuse\fP options.  These
options select ordered dithering, clustered ordered dithering, or
error diffusion respectively.  You can use the \fB-dark\fP option to
enhance images with a dark background when they are reduced in size.
The \fB-presentation\fP option turns 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.
.PP
You can resize the image by setting the \fB-xsize\fP and
\fB-ysize\fP options.  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.
.PP
The options \fB-width\fP and \fB-height\fP are synonyms of
\fB-xsize\fP and \fB-ysize.\fP
.PP
You can alternatively use the \fB-xscale\fP and \fB-yscale\fP
options to scale the image by a simple factor.
.PP
You can shift the image on the page with the \fB-xshift\fP and
\fB-yshift\fP options.  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