.TH r.in.pbm 1 "" "" "" "" .SH NAME \*Lr.in.pbm\*O (GRASS Raster Data Import Program) .SH GRASS VERSION 4.x .SH SYNOPSIS \*Lr.in.pbm\*O [\*L-v\*O] \*Linput=\*Oname .SH DESCRIPTION This program converts a PPM raster file to a GRASS raster file. Output is placed in the /cell directory under the user's current GRASS mapset. .SH OPTIONS .SH Flag: .VL 4m .LI "\*L-v\*O Verbose mode. .LE .SH Parameters: .VL 4m .LI "\*Linput=\*Oname Name of an existing PPM raster file to be imported. .LI "\*Loutput=\*Oname Name to be assigned to resultant binary raster map layer. .LE The program prompts the user to enter the name of the PPM raster file to be converted and the name to be assigned to the GRASS raster file to contain the resultant image. Currently PPM ASCII and PPM BINARY (PBM) formats are supported. .PP The user should adjust boundary coordinates stored in the cell header after import using r.support. .PP The user must, of course, first create the PPM raster file to be converted (e.g., from a scanning system that produces PPM raster file format). .SH NOTE The maximum color number is limited to 32768 colors. .SH SEE ALSO \*Lparser\*O .SH AUTHOR Bill Brown, GMS Labs, UIUC