summary refs log tree commit diff
path: root/pcdovtoppm.html
blob: 8d603f7dcef93dd3a6864bd9f9f22c90349248b5 (plain) (blame)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD><TITLE>Pcdovtoppm User Manual</TITLE></HEAD>
<BODY>
<H1>pcdovtoppm</H1>
Updated: 01 June 2001
<BR>
<A HREF="#index">Table Of Contents</A>

<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>

pcdovtoppm - create index image for a photo CD

<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>

<B>pcdovtoppm</B>
[<B>-m </B><I>width</I>]
[<B>-s </B><I>size</I>]
[<B>-a </B><I>across</I>]
[<B>-c </B><I>colors</I>]
[<B>-f </B><I>font</I>]
[<B>-b</B>|<B>-w</B>]
[<I>pcdfile</I>]


<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>

<p>This program is part of <a href="index.html">Netpbm</a>.

<P>This program generates an index image in PPM format for a photo CD,
based on the photo CD overview file.

<P>You can achieve a similar result with <B>hpcdtoppm -Overview</B>
followed by <B>pnmindex -black</B> on the generated PPM images.

<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>

<DL COMPACT>
<DT><B>-w</B><I>width</I>

<DD>
Maximum width of the result image (default: 1152).
<DT><B>-s</B><I>size</I>

<DD>
Maximum size of each of the images (default: 192).
<DT><B>-a</B><I>across</I>

<DD>
Maximum number of images across (default: 6).
<DT><B>-c</B><I>colors</I>

<DD>
Maximum number of colors, or 
<B>n</B>

to mean no quantization
<DT><B>-f</B><I>font</I>

<DD>
Font to be used for annotation (default: internal font).
<DT><B>-b</B>

<DD>
Black background color (default).
<DT><B>-w</B>

<DD>
White background color.

</DL>

<A NAME="lbAF">&nbsp;</A>
<H2>EXAMPLES</H2>

<PRE>
<B>pcdovtoppm -m 768 -s 96 -f smallfont.pbm overview.pcd &gt; overview.ppm</B>
</prE>

<PRE>
<B>pcdovtoppm /cdrom/photo_cd/overview.pcd | ppmtojpeg &gt; overview.jpg</B>
</PRE>

<A NAME="history">&nbsp;</A>
<H2>HISTORY</H2>

<P>This program was formerly called <b>pcdindex</b>, which did not fit
Netpbm naming conventions.

<A NAME="lbAG">&nbsp;</A>
<H2>SEE ALSO</H2>

<B><A HREF="hpcdtoppm.html">hpcdtoppm</A></B>,
<B><A HREF="pnmindex.html">pnmindex</A></B>,
<B><A HREF="ppmtojpeg.html">ppmtojpeg</A></B>,
<B><A HREF="ppm.html">ppm</A></B>

<HR>
<A NAME="index">&nbsp;</A>
<H2>Table Of Contents</H2>
<UL>
<LI><A HREF="#lbAB">NAME</A>
<LI><A HREF="#lbAC">SYNOPSIS</A>
<LI><A HREF="#lbAD">DESCRIPTION</A>
<LI><A HREF="#lbAE">OPTIONS</A>
<LI><A HREF="#history">HISTORY></A>
<LI><A HREF="#lbAF">EXAMPLES</A>
<LI><A HREF="#lbAG">SEE ALSO</A>
</UL>
</BODY>
</HTML>