[GRASS-dev] [GRASS GIS] #2595: Extend r.out.file to PNG/PS monitors
GRASS GIS
trac at osgeo.org
Mon Feb 23 09:01:45 PST 2015
#2595: Extend r.out.file to PNG/PS monitors
-------------------------+--------------------------------------------------
Reporter: gisix | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.1
Component: Display | Version: unspecified
Keywords: r.out.file | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by martinl):
Replying to [ticket:2595 gisix]:
> Currently r.out.file only works for active X-monitors. Please extend for
PNG/PS/etc monitors. This will enable the use in automated scripts and on
systems without an X-Server.
btw, you don't need `r.out.file` for that. Using `d.mon` is enough, eg.
{{{
d.mon cairo out=/tmp/elev.png
d.rast elevation
d.mon -r
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2595#comment:3>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list