1Pamtodjvurle User Manual(0) Pamtodjvurle User Manual(0)
2
3
4
6 pamtodjvurle - convert a Netpbm image to DjVu Color RLE format
7
8
10 pamtodjvurle
11
12 [-transparent color] [netpbmfile [rlefile]]
13
14 Minimum unique abbreviation of options in acceptable.
15
16
18 This program is part of Netpbm(1).
19
20 pamtodjvurle reads a Netpbm image (PNM or PAM equivalent of PNM) as
21 input and produces DjVu Color RLE format as output.
22
23
25 In addition to the options common to all programs based on libnetpbm
26 (most notably -quiet, see
27 Common Options ⟨index.html#commonoptions⟩ ), pamtodjvurle recognizes
28 the following command line option:
29
30
31
32 -transparent colorname
33 This option indicates which color in the image should be consid‐
34 ered transparent.
35
36 Specify the color (color) as described for the argument of the
37 pnm_parsecolor() library routine
38 ⟨libnetpbm_image.html#colorname⟩ .
39
40 Default is "white".
41
42
43
45 pbmtodjvurle(1) pam(1)
46
47
49 pamtodjvurle was new in Netpbm 10.22 (April 2004) but a program that
50 did almost the same thing, called ppmtodjvurle, was in Netpbm 10.21
51 (March 2004). The latter was written and contributed to Netpbm by
52 Scott Pakin <scott+pbm@pakin.org>. pamtodjvurle uses techniques taken
53 from ppmtodjvurle, but no code is copied between them.
54
56 This manual page was generated by the Netpbm tool 'makeman' from HTML
57 source. The master documentation is at
58
59 http://netpbm.sourceforge.net/doc/pamtodjvurle.html
60
61netpbm documentation 10 April 2004 Pamtodjvurle User Manual(0)