Andranik Hayrapetyan wrote: > Is there any mogul of GRASS which will save histogram of a raster GeoTiff > image in a png or jpeg file ? > As I understand, d.histogram is only displaying it, and you cannot use it > in text mode.
Most d.* commands can be made to generate an image by setting the environment variable GRASS_RENDER_IMMEDIATE=TRUE. See the pngdriver manual page for related environment variables. -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
