1r.out.ppm3(1)                 Grass User's Manual                r.out.ppm3(1)
2
3
4

NAME

6       r.out.ppm3   -  Converts  3  GRASS raster layers (R,G,B) to a PPM image
7       file at the pixel resolution of the CURRENTLY DEFINED REGION.
8

KEYWORDS

10       raster
11

SYNOPSIS

13       r.out.ppm3
14       r.out.ppm3 help
15       r.out.ppm3  [-qc]  red=string  green=string  blue=string  output=string
16       [--verbose]  [--quiet]
17
18   Flags:
19       -q
20           Run quietly
21
22       -c
23           Add comments to describe the region
24
25       --verbose
26           Verbose module output
27
28       --quiet
29           Quiet module output
30
31   Parameters:
32       red=string
33           Name of raster map to be used for
34
35       green=string
36           Name of raster map to be used for
37
38       blue=string
39           Name of raster map to be used for
40
41       output=string
42           Name for new PPM file. (use out=- for stdout)
43

DESCRIPTION

45       r.out.ppm3  converts 3 GRASS raster layers (R,G,B) to a PPM image file,
46       using the current region.
47
48       This program converts a GRASS raster map to a PPM image file using  the
49       the current region settings.
50
51       To get the full area and resolutin of the raster map, run:
52       g.region rast=[mapname]
53
54
55       before running r.out.ppm3.
56

NOTES

58       One  pixel is written for each cell value, so if ew_res and ns_res dif‐
59       fer, the aspect ratio of the resulting image will be off.
60

SEE ALSO

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

AUTHOR

65       Glynn Clements
66       Based upon r.out.ppm and d.rgb.
67
68       Last changed: $Date: 2006-12-13 15:21:43 +0100 (Wed, 13 Dec 2006) $
69
70       Full index
71
72       © 2003-2008 GRASS Development Team
73
74
75
76GRASS 6.3.0                                                      r.out.ppm3(1)
Impressum