NAME
v.out.png - Export vector map as PNG
KEYWORDS
vector,
export,
PNG
SYNOPSIS
v.out.png
v.out.png --help
v.out.png input=name output=name [rgb_column=string] [compression=integer] [width=integer] [height=integer] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- --overwrite
- Allow output files to overwrite existing files
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
Parameters:
- input=name [required]
- Name of input vector map
- Or data source for direct OGR access
- output=name [required]
- Name for new PNG file
- Name for output file
- rgb_column=string
- Name of color definition column
- compression=integer
- Compression level of PNG file
- (0 = none, 1 = fastest, 9 = best)
- Options: 0-9
- Default: 6
- width=integer
- Width of PNG file
- Default: 640
- height=integer
- Height of PNG file
- Default: 480
v.out.png exports a GRASS vector map in non-georeferenced PNG image
format, respecting the current region resolution and bounds.
By default it look for a color table, set using
v.colors
you can also set the attribute table where read the feature color.
r.out.png,
v.colors,
r.out.tiff,
r.out.ascii,
r.in.png
Luca Delucchi
SOURCE CODE
Available at: v.out.png source code (history)
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2018
GRASS Development Team,
GRASS GIS 7.4.1svn Reference Manual