when working with the wxGUI on bigger monitors, it is rather slow
when it comes to map display.
Looking into the /tmp/ directory, I find fairly huge files which are
generated and then combined for display.
It is getting even worse when using GRASS over network.
Question: why the uncompressed PNM/PPM format used by g.pnmcomp?
On Fri, Aug 3, 2012 at 4:19 PM, Markus Neteler <neteler@osgeo.org> wrote:
Hi,
when working with the wxGUI on bigger monitors, it is rather slow
when it comes to map display.
Looking into the /tmp/ directory, I find fairly huge files which are
generated and then combined for display.
It is getting even worse when using GRASS over network.
Question: why the uncompressed PNM/PPM format used by g.pnmcomp?
when working with the wxGUI on bigger monitors, it is rather slow
when it comes to map display.
Looking into the /tmp/ directory, I find fairly huge files which are
generated and then combined for display.
It is getting even worse when using GRASS over network.
Question: why the uncompressed PNM/PPM format used by g.pnmcomp?
The original reason was that Tk doesn't support PNG.
That isn't relevant to the wxPython GUI. But the wxPython GUI should
really be doing its own compositing rather than relying upon
g.pnmcomp.