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  specified  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=elevation
59       r.relief input=elevation output=relief zscale=10
60       r.blend -c first=elevation second=relief output=blend percent=75
61       Figure: Elevation blended with shaded relief
62

SEE ALSO

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

AUTHORS

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       Accessed: Saturday Oct 28 18:19:19 2023
75
76       Main  index  | Raster index | Topics index | Keywords index | Graphical
77       index | Full index
78
79       © 2003-2023 GRASS Development Team, GRASS GIS 8.3.1 Reference Manual
80
81
82
83GRASS 8.3.1                                                         r.blend(1)
Impressum