1r.blend(1)                  GRASS GIS User's Manual                 r.blend(1)
2
3
4

NAME

6       r.blend  - Blends color components of two raster maps by a given ratio.
7

KEYWORDS

9       raster, composite
10

SYNOPSIS

12       r.blend
13       r.blend --help
14       r.blend  [-c]  first=name  second=name output=basename  [percent=float]
15       [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui]
16
17   Flags:
18       -c
19           Combine resulting R,G,B layers into single output map
20
21       --overwrite
22           Allow output files to overwrite existing files
23
24       --help
25           Print usage summary
26
27       --verbose
28           Verbose module output
29
30       --quiet
31           Quiet module output
32
33       --ui
34           Force launching GUI dialog
35
36   Parameters:
37       first=name [required]
38           Name of first raster map for blending
39
40       second=name [required]
41           Name of second raster map for blending
42
43       output=basename [required]
44           Basename for red, green and blue output raster maps
45
46       percent=float
47           Percentage weight of first map for color blending
48           Options: 0-100
49           Default: 50
50

DESCRIPTION

52       r.blend blends color components of 2 raster maps by a  specificed  per‐
53       centage of the first map.
54

EXAMPLE

56       Blending  the aspect map with the elevation map for a shaded map (North
57       Carolina sample dataset):
58       g.region raster=aspect -p
59       r.blend first=aspect second=elevation output=elev_shade_blend
60       d.mon wx0
61       d.rgb blue=elev_shade_blend.b green=elev_shade_blend.g red=elev_shade_blend.r
62

SEE ALSO

64        d.shade, g.region, r.shade, r.colors, r.his, r.mapcalc, r.rgb,  r.sup‐
65       port
66

AUTHOR

68       Unknown: probably CERL
69       Updated to GRASS 5.7 by Michael Barton, Arizona State University
70

SOURCE CODE

72       Available at: r.blend source code (history)
73
74       Main  index  | Raster index | Topics index | Keywords index | Graphical
75       index | Full index
76
77       © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
78
79
80
81GRASS 7.8.5                                                         r.blend(1)
Impressum