diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-leap-15-6/man1/ppmtolj.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/ppmtolj.1')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/ppmtolj.1 | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/ppmtolj.1 b/upstream/opensuse-leap-15-6/man1/ppmtolj.1 new file mode 100644 index 00000000..5b70f9ee --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/ppmtolj.1 @@ -0,0 +1,90 @@ +\ +.\" 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 "4 Sept 2000" "netpbm documentation" + +.UN name +.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 + + +.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" (5)\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 |