about summary refs log tree commit diff
path: root/ppmtolj.html
diff options
context:
space:
mode:
Diffstat (limited to 'ppmtolj.html')
-rw-r--r--ppmtolj.html99
1 files changed, 99 insertions, 0 deletions
diff --git a/ppmtolj.html b/ppmtolj.html
new file mode 100644
index 00000000..a015d4da
--- /dev/null
+++ b/ppmtolj.html
@@ -0,0 +1,99 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>Ppmtolj User Manual</TITLE></HEAD>
+<BODY>
+<H1>ppmtolj</H1>
+Updated: 4 Sept 2000
+<BR>
+<A HREF="#index">Table Of Contents</A>
+
+<A NAME="lbAB">&nbsp;</A>
+<H2>NAME</H2>
+
+ppmtolj - convert a PPM image to an HP LaserJet PCL 5 Color file
+
+<A NAME="lbAC">&nbsp;</A>
+<H2>SYNOPSIS</H2>
+
+<B>ppmtolj</B>
+
+[<b>-gamma</b> <I>val</I>]
+
+[<B>-resolution</B> <B>75</b>|<b>100</b>|<b>150</b>|<b>300</b>|<b>600</B>]
+
+[<B>-delta</B>]
+
+[<B>-float</B>]
+
+[<B>-noreset</b>] 
+
+[<I>ppmfile</I>]
+
+<A NAME="lbAD">&nbsp;</A>
+<H2>DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<p><b>ppmtolj</b> reads a PPM image as input and converts it into a
+color file suitable to be printed by an HP color PCL 5 printer.
+
+<A NAME="lbAE">&nbsp;</A>
+<H2>OPTIONS</H2>
+
+<DL COMPACT>
+<DT><B>-delta</B>
+
+<DD>
+Apply delta row compression to reduce the size of the pcl file. 
+<DT><B>-gamma</B> <I>int</I>
+
+<DD>
+Gamma correct the image using the integet parameter as a gamma (default 0).
+
+<DT><B>-float</B>
+
+<DD>
+Suppress positioning information.  The default is to write the sequence 
+ESC&amp;l0E to the output.
+
+<DT><B>-noreset</B>
+
+<DD>
+Don't write the reset sequence to the begining and end of the output.
+
+<DT><B>-resolution</B>
+
+<DD>
+Set the required output resolution 75|100|150|300|600
+
+</DL>
+
+<A NAME="seealso">&nbsp;</A>
+<H2>SEE ALSO</H2>
+
+HP PCL 5 &amp; Color Reference Guide,
+<a href="pnmtopclxl.html"><b>pnmtopclxl.html</b></a>,
+<a href="pbmtolj.html"><b>pbmtolj.html</b></a>,
+<a href="ppmtopj.html"><b>ppmtopj</b></a>,
+<a href="thinkjettopbm.html"><b>thinkjettopbm</b></a>,
+<a href="ppm.html"><b>ppm.html</b></a>
+
+<A NAME="lbAH">&nbsp;</A>
+<H2>AUTHOR</H2>
+
+Copyright (C) 2000 by Jonathan Melvin.(<A
+HREF="mailto:jonathan.melvin@heywood.co.uk">jonathan.melvin@heywood.co.uk</A>)
+
+
+<HR>
+<A NAME="index">&nbsp;</A>
+<H2>Table Of Contents</H2>
+<UL>
+<LI><A HREF="#lbAB">NAME</A>
+<LI><A HREF="#lbAC">SYNOPSIS</A>
+<LI><A HREF="#lbAD">DESCRIPTION</A>
+<LI><A HREF="#lbAE">OPTIONS</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
+<LI><A HREF="#lbAH">AUTHOR</A>
+</UL>
+</BODY>
+</HTML>