![]() |
![]()
| ![]() |
![]()
NAMEr.composite - Combines red, green and blue raster maps into a single composite raster map. KEYWORDSraster, composite, RGB SYNOPSISr.composite
Flags:Parameters:
DESCRIPTIONThis program combines three raster maps to form a composite RGB map. For each input map layer, the corresponding component from the map’s color table is used (e.g. for the red map, the red component is used, and so on). In general, the maps should use a grey-scale color table. NOTESThe default number of intensity levels for each component is 32, resulting in a total of 32768 possible colors (equivalent to 15 bits per pixel). If significantly more levels than this are used, not only will r.composite take longer to run, but displaying the resulting layer with d.rast will also be significantly slower. Floyd-Steinberg dithering is optionally used with the -d flag. EXAMPLESRGB composite of three satellite bandsColor composite of a LANDSAT scene (North Carolina sample
dataset):
g.region raster=lsat7_2002_10 r.composite blue=lsat7_2002_10 green=lsat7_2002_20 red=lsat7_2002_30 \ RGB composite with ditheringCreating a composite RGB raster using 32 color levels per layer,
with dithering:
r.composite -d red=elevation.r green=elevation.g blue=elevation.b \ SEE ALSOd.rast, d.rgb, r.blend, r.colors, r.rgb Wikipedia Entry: Floyd-Steinberg dithering AUTHORGlynn Clements SOURCE CODEAvailable at: r.composite source code (history) Latest change: Friday Oct 25 16:16:09 2024 in commit: 4ea983fff87951516b6e4578a0527e3b10f04643 Main index | Raster index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|