Blob Blame History Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD><TITLE>Pamtodjvurle User Manual</TITLE></HEAD>
<BODY>
<H1>pamtodjvurle</H1>
Updated: 10 April 2004
<BR>
<A HREF="#index">Table Of Contents</A>

<H2>NAME</H2>

pamtodjvurle - convert a Netpbm image to DjVu Color RLE format

<H2 id="synopsis">SYNOPSIS</H2>

<B>pamtodjvurle</B>

[<b>-transparent</b> <i>color</i>]
[<I>netpbmfile</I> [<I>rlefile</I>]]

<p>Minimum unique abbreviation of options in acceptable.

<H2 id="description">DESCRIPTION</H2>

<p>This program is part of <a href="index.html">Netpbm</a>.

<p><b>pamtodjvurle</b> reads a Netpbm image (PNM or PAM equivalent of
PNM) as input and produces DjVu Color RLE format as output.

<H2 id="options">OPTIONS</H2>

<DL COMPACT>
<DT><B>-transparent</b> <i>colorname</i>

<DD>This option indicates which color in the image should be
considered transparent.

<P>Specify the color (<i>color</i>) as described for the <a
href="libppm.html#colorname">argument of the <b>ppm_parsecolor()</b>
library routine</a>.

<p>Default is "white".
</DL>

<H2 id="seealso">SEE ALSO</H2>

<A HREF="pbmtodjvurle.html">pbmtodjvurle</A>
<A HREF="pam.html">pam</A>

<H2 id="history">HISTORY</H2>

<p><b>pamtodjvurle</b> was new in Netpbm 10.22 (April 2004) but a
program that did almost the same thing, called <b>ppmtodjvurle</b>,
was in Netpbm 10.21 (March 2004).  The latter was written and
contributed to Netpbm by Scott Pakin &lt;scott+pbm@pakin.org&gt;.
<b>pamtodjvurle</b> uses techniques taken from <b>ppmtodjvurle</b>,
but no code is copied between them.

<HR>
<H2 id="index">Table Of Contents</H2>
<UL>
<LI><A HREF="#synopsis">SYNOPSIS</A>
<LI><A HREF="#description">DESCRIPTION</A>
<LI><A HREF="#options">OPTIONS</A>
<LI><A HREF="#seealso">SEE ALSO</A>
<LI><A HREF="#history">HISTORY</A>
</UL>
</BODY>
</HTML>