summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man1/pcdovtoppm.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man1/pcdovtoppm.1
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/pcdovtoppm.1')
-rw-r--r--upstream/debian-unstable/man1/pcdovtoppm.1116
1 files changed, 116 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/pcdovtoppm.1 b/upstream/debian-unstable/man1/pcdovtoppm.1
new file mode 100644
index 00000000..136c549b
--- /dev/null
+++ b/upstream/debian-unstable/man1/pcdovtoppm.1
@@ -0,0 +1,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 \ No newline at end of file