version 1 showing authors affecting page license.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
pnmindex |
|
|
2 |
!!!pnmindex |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
OPTIONS |
|
|
7 |
SEE ALSO |
|
|
8 |
AUTHOR |
|
|
9 |
---- |
|
|
10 |
!!NAME |
|
|
11 |
|
|
|
12 |
|
|
|
13 |
pnmindex - build a visual index of a bunch of anymaps |
|
|
14 |
!!SYNOPSIS |
|
|
15 |
|
|
|
16 |
|
|
|
17 |
__pnmindex__ [[__-size__ ''N''] [[__-across__ |
|
|
18 |
''N''] [[__-colors__ ''N''] [[__-black__] |
|
|
19 |
[[__-title__ ''T''] [[__-quant__|__-noquant__] |
|
|
20 |
''pnmfile'' ... |
|
|
21 |
!!DESCRIPTION |
|
|
22 |
|
|
|
23 |
|
|
|
24 |
__pnmindex__ creates an index image containing thumbnail |
|
|
25 |
(small) versions of a bunch of PNM files you |
|
|
26 |
supply. |
|
|
27 |
|
|
|
28 |
|
|
|
29 |
__pnmindex__ labels each thumbnail and, optionally, |
|
|
30 |
contains a title. |
|
|
31 |
!!OPTIONS |
|
|
32 |
|
|
|
33 |
|
|
|
34 |
__-size__ ''N'' |
|
|
35 |
|
|
|
36 |
|
|
|
37 |
The size of each thumbnail. The image is scaled to fit |
|
|
38 |
maximally inside a ''N'' x ''N'' pixel box without |
|
|
39 |
changing its aspect ratio. Default is 100. |
|
|
40 |
|
|
|
41 |
|
|
|
42 |
__-across__ ''N'' |
|
|
43 |
|
|
|
44 |
|
|
|
45 |
The number of thumbnails in each row. Default is |
|
|
46 |
6. |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
__-colors__ ''N'' |
|
|
50 |
|
|
|
51 |
|
|
|
52 |
The maximum number of colors allowed in the overall image. |
|
|
53 |
If it would otherwise have more colors than these, |
|
|
54 |
__pnmindex__ quantizes the result. The default is |
|
|
55 |
256. |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
However, this value is meaningless if you specify the |
|
|
59 |
__-noquant__ option. |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
__-black__ |
|
|
63 |
|
|
|
64 |
|
|
|
65 |
This controls the color of the padding between the images; |
|
|
66 |
normally it's white and the labels are black lettering on |
|
|
67 |
white background, but the __-black__ flag reverses |
|
|
68 |
this. |
|
|
69 |
|
|
|
70 |
|
|
|
71 |
__-title__ ''title'' |
|
|
72 |
|
|
|
73 |
|
|
|
74 |
Specifies a title top place at the top of the image. Default |
|
|
75 |
is no title. |
|
|
76 |
|
|
|
77 |
|
|
|
78 |
__-quant__ |
|
|
79 |
|
|
|
80 |
|
|
|
81 |
Enables quanization (to the number of colors specified by |
|
|
82 |
__-colors__ ). Quantization is on by default but you can |
|
|
83 |
disable it with __-noquant.__ |
|
|
84 |
|
|
|
85 |
|
|
|
86 |
__-noquant__ |
|
|
87 |
|
|
|
88 |
|
|
|
89 |
See __-quant__. |
|
|
90 |
!!SEE ALSO |
|
|
91 |
|
|
|
92 |
|
|
|
93 |
pnmscale(1), pnmcat(1), pbmtext(1), |
|
|
94 |
ppmquant(1), pnm(5) |
|
|
95 |
!!AUTHOR |
|
|
96 |
|
|
|
97 |
|
|
|
98 |
Copyright (C) 1991 by Jef Poskanzer. __-title__ and |
|
|
99 |
__-noquant__ added 2000 by John Heidemann. |
|
|
100 |
---- |