.TH r.out.png 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBr.out.png\fR\fR - Export GRASS raster as non-georeferenced PNG image. .SH KEYWORDS raster, export, png .SH SYNOPSIS \fBr.out.png\fR .br \fBr.out.png help\fR .br \fBr.out.png\fR [\-\fBqtw\fR] \fBinput\fR=\fIname\fR [\fBoutput\fR=\fIname\fR] [\fBcompression\fR=\fIinteger\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-q\fR" 4m .br Run quietly .IP "\fB\-t\fR" 4m .br Make NULL cells transparent .IP "\fB\-w\fR" 4m .br Output world file .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBinput\fR=\fIname\fR" 4m .br Name of input raster map .IP "\fBoutput\fR=\fIname\fR" 4m .br Name for new PNG file (use out=- for stdout) .br Default: \fI.png\fR .IP "\fBcompression\fR=\fIinteger\fR" 4m .br Compression level of PNG file .br (0 = none, 1 = fastest, 9 = best) .br Options: \fI0-9\fR .br Default: \fI6\fR .PP .SH DESCRIPTION \fIr.out.png\fR exports a GRASS raster map in non-georeferenced PNG image format, respecting the current region resolution and bounds. .PP Optionally the user can choose to export a World File to provide basic georeferencing support. When used with the transparency flag this can create images useful for KML, TMS, or WMS overlays. (e.g. for use in Google Earth or as OpenLayers tiles) If output is to stdout, the world file will be called png_map.wld. .SH SEE ALSO \fI r.out.gdal, r.out.ppm, r.out.tiff, r.out.ascii \fR .SH AUTHORS Alex Shevlakov .br Hamish Bowman .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