.TH r.out.ppm3 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBr.out.ppm3\fR\fR - Converts 3 GRASS raster layers (R,G,B) to a PPM image file at the pixel resolution of the CURRENTLY DEFINED REGION. .SH KEYWORDS raster, export .SH SYNOPSIS \fBr.out.ppm3\fR .br \fBr.out.ppm3 help\fR .br \fBr.out.ppm3\fR [\-\fBqc\fR] \fBred\fR=\fIstring\fR \fBgreen\fR=\fIstring\fR \fBblue\fR=\fIstring\fR \fBoutput\fR=\fIstring\fR [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-q\fR" 4m .br Run quietly .IP "\fB\-c\fR" 4m .br Add comments to describe the region .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBred\fR=\fIstring\fR" 4m .br Name of raster map to be used for .IP "\fBgreen\fR=\fIstring\fR" 4m .br Name of raster map to be used for .IP "\fBblue\fR=\fIstring\fR" 4m .br Name of raster map to be used for .IP "\fBoutput\fR=\fIstring\fR" 4m .br Name for new PPM file. (use out=- for stdout) .PP .SH DESCRIPTION \fBr.out.ppm3\fR converts 3 GRASS raster layers (R,G,B) to a PPM image file, using the current region. .PP This program converts a GRASS raster map to a PPM image file using the the current region settings. .PP To get the full area and resolutin of the raster map, run: \fC .DS .br g.region rast=[mapname] .br .DE \fR .PP before running \fIr.out.ppm3\fR. .SH NOTES One pixel is written for each cell value, so if ew_res and ns_res differ, the aspect ratio of the resulting image will be off. .SH SEE ALSO \fIr.out.ppm,\fR \fIr.in.gdal,\fR \fId.rgb\fR .SH AUTHOR Glynn Clements .br Based upon \fIr.out.ppm\fR and \fId.rgb\fR. .PP \fILast changed: $Date: 2011-11-08 12:29:50 +0100 (Tue, 08 Nov 2011) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team