2024-03-04 07:45:46 +01: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}}`
|
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Specify the maximum width of the output image and the maximum size of each of the images contained in the output:
|
2024-03-04 07:45:46 +01:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`pcdovtoppm {{[-m|-maxwidth]}} {{width}} {{[-s|-size]}} {{size}} {{path/to/file.pcd}} > {{path/to/output.ppm}}`
|
2024-03-04 07:45:46 +01:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Specify the maximum number of images across and the maximum number of colours:
|
2024-03-04 07:45:46 +01:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`pcdovtoppm {{[-a|-across]}} {{n_images}} {{[-c|-colors]}} {{n_colours}} {{path/to/file.pcd}} > {{path/to/output.ppm}}`
|
2024-03-04 07:45:46 +01:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Use the specified font for annotations and paint the background white:
|
2024-03-04 07:45:46 +01:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`pcdovtoppm {{[-f|-font]}} {{font}} {{[-w|-white]}} {{path/to/file.pcd}} > {{path/to/output.ppm}}`
|