man > pcdovtoppm(1)

TLDR: pcdovtoppm (tldr-pages)

Create an index image for a photo CD based on its overview file.

  • Create a PPM index image from a PCD overview file
    pcdovtoppm {{path/to/file.pcd}} > {{path/to/output.ppm}}
  • Specify the maximum width of the output image and the maximum size of each of the images contained in the output
    pcdovtoppm {{-m|-maxwidth}} {{width}} {{-s|-size}} {{size}} {{path/to/file.pcd}} > {{path/to/output.ppm}}
  • Specify the maximum number of images across and the maximum number of colours
    pcdovtoppm {{-a|-across}} {{n_images}} {{-c|-colors}} {{n_colours}} {{path/to/file.pcd}} > {{path/to/output.ppm}}
  • Use the specified font for annotations and paint the background white
    pcdovtoppm {{-f|-font}} {{font}} {{-w|-white}} {{path/to/file.pcd}} > {{path/to/output.ppm}}
Pcdovtoppm User Manual(1)              General Commands Manual             Pcdovtoppm User Manual(1)

NAME
       pcdovtoppm - create index image for a photo CD


SYNOPSIS
       pcdovtoppm [-m width] [-s size] [-a across] [-c colors] [-f font] [-b|-w] [pcdfile]



DESCRIPTION
       This program is part of Netpbm(1).

       This  program  generates  an  index image in PPM format for a photo CD, based on the photo CD
       overview file.

       You can achieve a similar result with hpcdtoppm -Overview followed by pnmindex -black on  the
       generated PPM images.


OPTIONS
       In  addition  to  the options common to all programs based on libnetpbm (most notably -quiet,
       see ]8;;index.html#commonoptions\ Common Options]8;;\ ), pcdovtoppm recognizes the following command line options:



       -wwidth
              Maximum width of the result image (default: 1152).

       -ssize Maximum size of each of the images (default: 192).

       -aacross
              Maximum number of images across (default: 6).

       -ccolors
              Maximum number of colors, or n

              to mean no quantization

       -ffont Font to be used for annotation (default: internal font).

       -b     Black background color (default).

       -w     White background color.



       The Netpbm common options -version, -plain and -quiet were implemented starting  with  Netpbm
       10.91 (June 2020).  Before that, none of these options were valid.



EXAMPLES
       pcdovtoppm -m 768 -s 96 -f smallfont.pbm overview.pcd > overview.ppm


       pcdovtoppm /cdrom/photo_cd/overview.pcd | ppmtojpeg > overview.jpg



HISTORY
       This program was formerly called pcdindex, which did not fit Netpbm naming conventions.


SEE ALSO
       hpcdtoppm(1), pnmindex(1), ppmtojpeg(1), ppm(1)

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/pcdovtoppm.html

netpbm documentation                       02 August 2020                  Pcdovtoppm User Manual(1)

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-03 04:44 @216.73.216.239
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!