1Pnmindex User Manual(0)                                Pnmindex User Manual(0)
2
3
4

NAME

6       pnmindex - build a visual index of a bunch of PNM images
7
8

SYNOPSIS

10       pnmindex
11
12       [-size=N]
13
14       [-across=N]
15
16       [-colors=N]
17
18       [-black]
19
20       [-title=title]
21
22       [-quant|-noquant]
23
24       pnmfile ...
25
26       You  can  use  the minimum unique abbreviation of the options.  You can
27       use two hyphens instead of one.  You can separate an option  name  from
28       its value with white space instead of an equals sign.
29
30
31

DESCRIPTION

33       This program is part of Netpbm(1).
34
35       pnmindex  creates  an index image containing thumbnail (small) versions
36       of a bunch of PNM files you supply.  (Akin to a  photographic  'contact
37       sheet.'
38
39       pnmindex labels each thumbnail and, optionally, contains a title.
40
41       If  you  just  want  to concatenate some images together in a grid, use
42       pamundice for that.
43
44       If you want to take apart the image you generated  with  pnmindex,  use
45       pamdice or pamcut.
46
47

OPTIONS

49       -size=N
50              The  size  of  each thumbnail.  The image is scaled to fit maxi‐
51              mally inside a N x N  pixel  box  without  changing  its  aspect
52              ratio.  Default is 100.
53
54
55       -across=N
56              The number of thumbnails in each row.  Default is 6.
57
58
59       -colors=N
60              The  maximum  number of colors allowed in the overall image.  If
61              it would otherwise have more colors than these,  pnmindex  quan‐
62              tizes the result.  The default is 256.
63
64              However,  this  value is meaningless if you specify the -noquant
65              option.
66
67
68       -black This controls the color of the padding between the images;  nor‐
69              mally  it's  white  and  the labels are black lettering on white
70              background, but the -black option reverses this.
71
72
73       -title=title
74              Specifies a title top place at the top of the image.  Default is
75              no title.
76
77
78       -quant Enables  quanization (to the number of colors specified by -col‐
79              ors).  Quantization is on by default but you can disable it with
80              -noquant.
81
82
83       -noquant
84              See -quant.
85
86
87
88

SEE ALSO

90       pamscale(1), pnmcat(1), pbmtext(1), pnmquant(1), pamcut(1), pamdice(1),
91       pamundice(1), pnmtile(1), pnm(1)
92
93

AUTHOR

95       Copyright (C) 1991 by Jef Poskanzer.
96
97       -title and -noquant added 2000 by John Heidemann.
98
99
100
101netpbm documentation             1 April 2007          Pnmindex User Manual(0)
Impressum