diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2006-12-25 03:06:05 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2006-12-25 03:06:05 +0000 |
commit | 1017cbebe5d5edd859e0fddad0a8600f509f4821 (patch) | |
tree | 78bdf336648566f7a7d55f42837357dea3dd674c /pcdovtoppm.html | |
parent | 16f2ac126651015a376eba864a3a35f738b0b25a (diff) | |
download | netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.gz netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.xz netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.zip |
Place user guide into Subversion repository
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@181 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pcdovtoppm.html')
-rw-r--r-- | pcdovtoppm.html | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/pcdovtoppm.html b/pcdovtoppm.html new file mode 100644 index 00000000..8d603f7d --- /dev/null +++ b/pcdovtoppm.html @@ -0,0 +1,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"> </A> +<H2>NAME</H2> + +pcdovtoppm - create index image for a photo CD + +<A NAME="lbAC"> </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"> </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"> </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"> </A> +<H2>EXAMPLES</H2> + +<PRE> +<B>pcdovtoppm -m 768 -s 96 -f smallfont.pbm overview.pcd > overview.ppm</B> +</prE> + +<PRE> +<B>pcdovtoppm /cdrom/photo_cd/overview.pcd | ppmtojpeg > overview.jpg</B> +</PRE> + +<A NAME="history"> </A> +<H2>HISTORY</H2> + +<P>This program was formerly called <b>pcdindex</b>, which did not fit +Netpbm naming conventions. + +<A NAME="lbAG"> </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"> </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> |