summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man1/pnmindex.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/opensuse-leap-15-6/man1/pnmindex.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/opensuse-leap-15-6/man1/pnmindex.1')
-rw-r--r--upstream/opensuse-leap-15-6/man1/pnmindex.1139
1 files changed, 139 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/pnmindex.1 b/upstream/opensuse-leap-15-6/man1/pnmindex.1
new file mode 100644
index 00000000..9d5f6d2c
--- /dev/null
+++ b/upstream/opensuse-leap-15-6/man1/pnmindex.1
@@ -0,0 +1,139 @@
+\
+.\" 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 "Pnmindex User Manual" 0 "14 November 2015" "netpbm documentation"
+
+.SH NAME
+
+pnmindex - build a visual index of a bunch of PNM images
+
+.UN synopsis
+.SH SYNOPSIS
+
+\fBpnmindex\fP
+
+[\fB-size=\fP\fIN\fP]
+
+[\fB-across=\fP\fIN\fP]
+
+[\fB-colors=\fP\fIN\fP]
+
+[\fB-black\fP]
+
+[\fB-title=\fP\fItitle\fP]
+
+[\fB-quant\fP|\fB-noquant\fP]
+
+\fIpnmfile\fP ...
+.PP
+You can use the minimum unique abbreviation of the options. You can use
+two hyphens instead of one. You can separate an option name from its value
+with white space instead of an equals sign.
+
+
+.UN description
+.SH DESCRIPTION
+.PP
+This program is part of
+.BR "Netpbm" (1)\c
+\&.
+
+\fBpnmindex\fP creates an index image containing thumbnail (small)
+versions of a bunch of PNM files you supply. (Akin to a photographic
+"contact sheet."
+.PP
+\fBpnmindex\fP labels each thumbnail and, optionally, contains a
+title.
+.PP
+If you just want to concatenate some images together in a grid, use
+\fBpamundice\fP for that.
+.PP
+If you want to take apart the image you generated with \fBpnmindex\fP,
+use \fBpamdice\fP or \fBpamcut\fP.
+.PP
+The program can generate large temporary files. By default, these go in
+directory \fB/tmp\fP, but you can usse the \fBTMPDIR\fP environment variable
+to have them somewhere else.
+
+
+.UN options
+.SH OPTIONS
+
+
+.TP
+\fB-size=\fP\fIN\fP
+The size of each thumbnail. The image is scaled to fit maximally
+inside a \fIN\fP x \fIN\fP pixel box without changing its aspect
+ratio. Default is 100.
+
+.TP
+\fB-across=\fP\fIN\fP
+The number of thumbnails in each row. Default is 6.
+
+.TP
+\fB-colors=\fP\fIN\fP
+The maximum number of colors allowed in the overall image. If it
+would otherwise have more colors than these, \fBpnmindex\fP quantizes
+the result. The default is 256.
+.sp
+However, this value is meaningless if you specify the
+\fB-noquant\fP option.
+
+.TP
+\fB-black\fP
+This controls the color of the padding between the images;
+normally it's white and the labels are black lettering on white
+background, but the \fB-black\fP option reverses this.
+
+.TP
+\fB-title=\fP\fItitle\fP
+Specifies a title top place at the top of the image.
+Default is no title.
+
+.TP
+\fB-quant\fP
+Enables quantization (to the number of colors specified by
+\fB-colors\fP). Quantization is on by default but you can disable
+it with \fB-noquant.\fP
+
+.TP
+\fB-noquant\fP
+See \fB-quant\fP.
+
+
+
+.UN seealso
+.SH SEE ALSO
+.BR "pamscale" (1)\c
+\&,
+.BR "pnmcat" (1)\c
+\&,
+.BR "pbmtext" (1)\c
+\&,
+.BR "pnmquant" (1)\c
+\&,
+.BR "pamcut" (1)\c
+\&,
+.BR "pamdice" (1)\c
+\&,
+.BR "pamundice" (1)\c
+\&,
+.BR "pnmtile" (1)\c
+\&,
+.BR "pnm" (5)\c
+\&
+
+.UN author
+.SH AUTHOR
+.PP
+Copyright (C) 1991 by Jef Poskanzer.
+.PP
+\fB-title\fP and \fB-noquant\fP added 2000 by John Heidemann.
+.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/pnmindex.html
+.PP \ No newline at end of file