logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pamtodjvurle - convert a Netpbm image to DjVu Color RLE format

Description

       This program is part of Netpbm(1).

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

Document Source

       This manual page was generated by the Netpbm tool 'makeman' from HTML source.  The  master  documentation
       is at

              http://netpbm.sourceforge.net/doc/pamtodjvurle.html

netpbm documentation                              10 April 2004                      PamtodjvurleUserManual(1)

History

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

Name

       pamtodjvurle - convert a Netpbm image to DjVu Color RLE format

Options

       In addition to the options common to all programs based on libnetpbm (most notably  -quiet,  see   Common
       Options ), pamtodjvurle recognizes the following command line option:

       -transparentcolorname
              This option indicates which color in the image should be considered transparent.

              Specify the color (color) as described for the argument of the pnm_parsecolor() library routine .

              Default is "white".

See Also

pbmtodjvurle(1) pam(1)

Synopsis

pamtodjvurle

       [-transparentcolor] [netpbmfile [rlefile]]

       Minimum unique abbreviation of options in acceptable.

See Also