[GRASS-dev] [GRASS GIS] #2489: d.out.file: Add PNG/Cairo support

#2489: d.out.file: Add PNG/Cairo support
-------------------------+--------------------------------------------------
Reporter: gisix | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.5
Component: Display | Version: unspecified
Keywords: | Platform: All
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Until now the d.out.file module works only on content from X-Monitors (x0,
x1, etc.). It would be great if this could be extended for PNG/Cairo and
possibly PS monitors. This would allow to use the module also in pure
command line - based environments

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2489&gt;
GRASS GIS <http://grass.osgeo.org>

#2489: d.out.file: Add PNG/Cairo support
--------------------------+-------------------------------------------------
  Reporter: gisix | Owner: grass-dev@…
      Type: enhancement | Status: closed
  Priority: normal | Milestone: 6.4.5
Component: Display | Version: unspecified
Resolution: wontfix | Keywords:
  Platform: All | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by wenzeslaus):

  * status: new => closed
  * resolution: => wontfix

Comment:

This will not change for G6 and for G7 it is an duplicate of #2595 which
might be anyway closed as wontfix because the workflow is already possible
just using:

{{{
d.mon start=cairo output=myfile.png
...
d.mon stop=cairo
}}}

So, using d.out.file for this would be little duplication. On the other
hand, `d.out.file` has some popularity perhaps because it is more
explicit.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2489#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>