pcdovtoppm - create index image for a photo CD
pcdovtoppm [-m width] [-s size] [-a across] [-c colors] [-f font] [-b|-w] [pcdfile]
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.
In addition to the options common to all programs based on libnetpbm
(most notably -quiet, see
Common Options
), pcdovtoppm recognizes the following
command line options:
to mean no quantization
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.
pcdovtoppm -m 768 -s 96 -f smallfont.pbm overview.pcd > overview.ppm
pcdovtoppm /cdrom/photo_cd/overview.pcd | ppmtojpeg > overview.jpg
This program was formerly called pcdindex, which did not fit Netpbm naming conventions.