ОПИСАНИЕ

r.out.ppm3 converts 3 GRASS raster layers (R,G,B) to a PPM image file, using the current region.

This program converts a GRASS raster map to a PPM image file using the the current region settings.

To get the full area and resolutin of the raster map, run:

g.region rast=[mapname]

before running r.out.ppm3.

ПРИМЕЧАНИЯ

One pixel is written for each cell value, so if ew_res and ns_res differ, the aspect ratio of the resulting image will be off.

СМ. ТАКЖЕ

r.out.ppm, r.in.gdal, d.rgb

АВТОР

Glynn Clements
Based upon r.out.ppm and d.rgb.

Last changed: $Date: 2006-12-13 08:21:43 -0600 (Ср, 13 дек 2006) $

Автор перевода