r.composite - Combines red, green and blue raster maps into a composite. Default output: three true-colour FCELL maps (output.r/g/b). Use -p for a legacy palette-indexed CELL map.
This 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.
The 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.