-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathppmimgvquant.1.in
115 lines (115 loc) · 3.4 KB
/
ppmimgvquant.1.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.\" @(#)$Mu: imgvtopgm/ppmimgvquant.1.in 1.3 1999/05/09 08:10:42 $
.\"
.\" ppmimgvquant.man
.\" Man page for pgmimgvquant.
.\"
.\" Copyright (C) 1997 Eric A. Howe
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.\" Authors: Eric A. Howe ([email protected])
.\"
.TH PPMIMGVQUANT 1 "Sept 1997"
.\"----------------------------------------------------------------------------
.SH NAME
ppmimgvquant \- palette quantifier for Pilot Image Viewer pgm files, version @VERSION@.
.\"----------------------------------------------------------------------------
.SH SYNOPSIS
.B ppmimgvquant
.RI [ -4 ]
.RI [ -h ]
.RI [ -v ]
.RI [ "ppmquant options" ]
.\"----------------------------------------------------------------------------
.SH DESCRIPTION
\fBppmimgvquant\fR just calls \fBppmquant\fR(1) with the following map
file:
.nf
P3
4 1
255
0 0 0
85 85 85
170 170 170
255 255 255
.fi
If you specify \fI-4\fR, then we use this map file:
.nf
P3
16 1
255
0 0 0
17 17 17
34 34 34
51 51 51
68 68 68
85 85 85
102 102 102
119 119 119
136 136 136
153 153 153
170 170 170
187 187 187
204 204 204
221 221 221
238 238 238
255 255 255
.fi
The \fBppmquant\fR(1) output is also passed through \fBppmtopgm\fR(1) to
ensure a graymap output file.
.\"----------------------------------------------------------------------------
.SH OPTIONS
.TP
.I -4
Convert to 4 depth image (for Palm IIIx/V).
.TP
.I -h
Display a usage message and exit.
.TP
.I -v
Display the version number and exit.
.PP
All other switches are passed to \fBppmquant\fR(1).
.\"----------------------------------------------------------------------------
.SH "SEE ALSO"
.BR imgvinfo (1),
.BR imgvtopnm (1),
.BR imgvview (1),
.BR pbmtoimgv (1),
.BR pgmtoimgv (1),
.BR ppmquant (1),
.BR ppmtopgm (1),
.BR pbm (5),
.BR pgm (5).
.\"----------------------------------------------------------------------------
.SH BUGS
Bug reports should be sent to Eric A. Howe ([email protected]).
.\"----------------------------------------------------------------------------
.SH LICENSE
Copyright (C) 1997,1998 Eric A. Howe <http://www.trends.net/~mu>.
.PP
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.PP
This program is distributed in the hope that it will be useful,
but \fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of
\fBMERCHANTABILITY\fR or \fBFITNESS FOR A PARTICULAR PURPOSE\fR. See the
GNU General Public License for more details.
.PP
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.