.TH pcdindex 1 "11 September 2000" .IX pcdindex .SH NAME pcdindex - create index image for a photo CD .SH SYNOPSIS .B pcdindex .RB [ "-m \fIwidth" ] .RB [ "-s \fIsize" ] .RB [ "-a \fIacross" ] .RB [ "-c \fIcolors" ] .RB [ "-f \fIfont" ] .RB [ -b | -w ] .RI [ pcdfile ] .SH DESCRIPTION This program generates an index image for a photo CD, based on the photo CD overview file. You can achieve a similar result with .B hpcdtoppm -Overview followed by .B pnmindex -black on the generated PPM images. .SH OPTIONS .TP .BI -w width Maximum width of the result image (default: 1152). .TP .BI -s size Maximum size of each of the images (default: 192). .TP .BI -a across Maximum number of images across (default: 6). .TP .BI -c colors Maximum number of colors, or .B n to mean no quantization .TP .BI -f font Font to be used for annotation (default: internal font). .TP .B -b Black background color (default). .TP .B -w White background color. .SH EXAMPLES .B pcdindex -m 768 -s 96 -f smallfont.pbm overview.pcd > overview.ppm .br .B pcdindex /cdrom/photo_cd/overview.pcd | ppmtojpeg > overview.jpg .SH "SEE ALSO" .BR hpcdtoppm (1), .BR pnmindex (1), .BR ppmtojpeg (1), .BR ppm (5)