2024-03-04 06:45:46 +00:00
|
|
|
# pcdovtoppm
|
|
|
|
|
|
|
|
> Create an index image for a photo CD based on its overview file.
|
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/pcdovtoppm.html>.
|
|
|
|
|
|
|
|
- Create a PPM index image from a PCD overview file:
|
|
|
|
|
|
|
|
`pcdovtoppm {{path/to/file.pcd}} > {{path/to/output.ppm}}`
|
|
|
|
|
|
|
|
- Specify the [m]aximum width of the output image and the maximum [s]ize of each of the images contained in the output:
|
|
|
|
|
|
|
|
`pcdovtoppm -m {{width}} -s {{size}} {{path/to/file.pcd}} > {{path/to/output.ppm}}`
|
|
|
|
|
|
|
|
- Specify the maximum number of images [a]cross and the maximum number of [c]olours:
|
|
|
|
|
|
|
|
`pcdovtoppm -a {{n_images}} -c {{n_colours}} {{path/to/file.pcd}} > {{path/to/output.ppm}}`
|
|
|
|
|
|
|
|
- Use the specified [f]ont for annotations and paint the background [w]hite:
|
|
|
|
|
jf, pam*,pbmtosunicon, pcdovtoppm, pngtopam, pnm*, ruff-*, sunicontopnm: add Dutch translation, pcdovtoppm: fix typo (#12878)
* jf, pam*,pbmtosunicon, pcdovtoppm, pngtopam, pnm*, ruff-*, sunicontopnm: add Dutch translation
* pamfix, pages.nl/*: fix and translate typo's
* pamfix, pamfile: fix typos
2024-06-03 12:02:46 +01:00
|
|
|
`pcdovtoppm -f {{font}} -w {{path/to/file.pcd}} > {{path/to/output.ppm}}`
|