Skip to content

Commit 2e6fcf5

Browse files
committedMar 23, 2016
Merge pull request #2865 from medspx/processing_raster_bunch
[Processing] Add the last GRASS7 r.* algorithms
2 parents bec849c + eb186c4 commit 2e6fcf5

File tree

134 files changed

+3646
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+3646
-19
lines changed
 
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
r.blend
2+
r.blend.combine - Blends color components of two raster maps by a given ratio and export into a unique raster.
3+
Raster (r.*)
4+
ParameterRaster|first|Name of first raster map for blending|False
5+
ParameterRaster|second|Name of second raster map for blending|False
6+
ParameterNumber|percent|Percentage weight of first map for color blending|0.0|100.0|50.0|True
7+
Hardcoded|-c
8+
OutputRaster|output|Blended
9+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
r.blend
2+
r.blend.rgb - Blends color components of two raster maps by a given ratio and exports into three rasters.
3+
Raster (r.*)
4+
ParameterRaster|first|Name of first raster map for blending|False
5+
ParameterRaster|second|Name of second raster map for blending|False
6+
ParameterNumber|percent|Percentage weight of first map for color blending|0.0|100.0|50.0|True
7+
OutputRaster|output_red|Blended Red
8+
OutputRaster|output_green|Blended Green
9+
OutputRaster|output_blue|Blended Blue
10+

0 commit comments

Comments
 (0)
Please sign in to comment.