.\" @(#)$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 (mu@trends.net) .\" .TH PPMIMGVQUANT 1 "Sept 1997" .\"---------------------------------------------------------------------------- .SH NAME ppmimgvquant \- palette quantifier for Pilot Image Viewer pgm files, version 2.0. .\"---------------------------------------------------------------------------- .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 (mu@trends.net). .\"---------------------------------------------------------------------------- .SH LICENSE Copyright (C) 1997,1998 Eric A. Howe . .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.