Markus Neteler wrote: > 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. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
