1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
\
.\" This man page was generated by the Netpbm tool 'makeman' from HTML source.
.\" Do not hand-hack it! If you have bug fixes or improvements, please find
.\" the corresponding HTML page on the Netpbm website, generate a patch
.\" against that, and send it to the Netpbm maintainer.
.TH "Pcdovtoppm User Manual" 1 "02 August 2020" "netpbm documentation"
.SH NAME
pcdovtoppm - create index image for a photo CD
.UN synopsis
.SH SYNOPSIS
\fBpcdovtoppm\fP
[\fB-m \fP\fIwidth\fP]
[\fB-s \fP\fIsize\fP]
[\fB-a \fP\fIacross\fP]
[\fB-c \fP\fIcolors\fP]
[\fB-f \fP\fIfont\fP]
[\fB-b\fP|\fB-w\fP]
[\fIpcdfile\fP]
.UN description
.SH DESCRIPTION
.PP
This program is part of
.BR "Netpbm" (1)\c
\&.
.PP
This program generates an index image in PPM format for a photo CD,
based on the photo CD overview file.
.PP
You can achieve a similar result with \fBhpcdtoppm -Overview\fP
followed by \fBpnmindex -black\fP on the generated PPM images.
.UN options
.SH OPTIONS
.PP
In addition to the options common to all programs based on libnetpbm
(most notably \fB-quiet\fP, see
.UR index.html#commonoptions
Common Options
.UE
\&), \fBpcdovtoppm\fP recognizes the following
command line options:
.TP
\fB-w\fP\fIwidth\fP
Maximum width of the result image (default: 1152).
.TP
\fB-s\fP\fIsize\fP
Maximum size of each of the images (default: 192).
.TP
\fB-a\fP\fIacross\fP
Maximum number of images across (default: 6).
.TP
\fB-c\fP\fIcolors\fP
Maximum number of colors, or
\fBn\fP
to mean no quantization
.TP
\fB-f\fP\fIfont\fP
Font to be used for annotation (default: internal font).
.TP
\fB-b\fP
Black background color (default).
.TP
\fB-w\fP
White background color.
.PP
The Netpbm common options \fB-version\fP, \fB-plain\fP and
\fB-quiet\fP were implemented starting with Netpbm 10.91 (June 2020). Before
that, none of these options were valid.
.UN examples
.SH EXAMPLES
.nf
\fBpcdovtoppm -m 768 -s 96 -f smallfont.pbm overview.pcd > overview.ppm\fP
.fi
.nf
\fBpcdovtoppm /cdrom/photo_cd/overview.pcd | ppmtojpeg > overview.jpg\fP
.fi
.UN history
.SH HISTORY
.PP
This program was formerly called \fBpcdindex\fP, which did not fit
Netpbm naming conventions.
.UN seealso
.SH SEE ALSO
.BR "hpcdtoppm" (1)\c
\&,
.BR "pnmindex" (1)\c
\&,
.BR "ppmtojpeg" (1)\c
\&,
.BR "ppm" (1)\c
\&
.SH DOCUMENT SOURCE
This manual page was generated by the Netpbm tool 'makeman' from HTML
source. The master documentation is at
.IP
.B http://netpbm.sourceforge.net/doc/pcdovtoppm.html
.PP
|