blob: e893a82427a3d62ab9a22ea3d28bc35bf35ce179 (
plain) (
blame)
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
|
<!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>Mininum 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 <scott+pbm@pakin.org>.
<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>
|