1r.out.png(1)                  Grass User's Manual                 r.out.png(1)
2
3
4

NAME

6       r.out.png   -  Export  a  GRASS  raster  map as a non-georeferenced PNG
7       image.
8

KEYWORDS

10       raster, export, PNG
11

SYNOPSIS

13       r.out.png
14       r.out.png --help
15       r.out.png   [-tw]   input=name    output=name     [compression=integer]
16       [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui]
17
18   Flags:
19       -t
20           Make NULL cells transparent
21
22       -w
23           Output world file
24
25       --overwrite
26           Allow output files to overwrite existing files
27
28       --help
29           Print usage summary
30
31       --verbose
32           Verbose module output
33
34       --quiet
35           Quiet module output
36
37       --ui
38           Force launching GUI dialog
39
40   Parameters:
41       input=name [required]
42           Name of input raster map
43
44       output=name [required]
45           Name for new PNG file (use ’-’ for stdout)
46
47       compression=integer
48           Compression level of PNG file
49           (0 = none, 1 = fastest, 9 = best)
50           Options: 0-9
51           Default: 6
52

DESCRIPTION

54       r.out.png exports a GRASS raster map in non-georeferenced Portable Net‐
55       work Graphics (PNG) image format, respecting the current region resolu‐
56       tion and bounds.
57
58       Optionally the user can choose to export a World File (.wld) to provide
59       basic georeferencing support. When used with the transparency flag this
60       can  create  images useful for KML, TMS, or WMS overlays. (e.g. for use
61       in Google Earth or as OpenLayers tiles) If output is redirected to std‐
62       out, the world file will be called png_map.wld.
63

SEE ALSO

65        r.out.gdal, r.out.ppm, r.out.ascii, r.import
66

AUTHORS

68       Alex Shevlakov
69       Hamish Bowman
70
71       Last changed: $Date: 2018-11-05 14:29:23 +0100 (Mon, 05 Nov 2018) $
72

SOURCE CODE

74       Available at: r.out.png source code (history)
75
76       Main  index  | Raster index | Topics index | Keywords index | Graphical
77       index | Full index
78
79       © 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
80
81
82
83GRASS 7.6.0                                                       r.out.png(1)
Impressum