1i.rgb.his(1)                GRASS GIS User's Manual               i.rgb.his(1)
2
3
4

NAME

6       i.rgb.his   -  Transforms  raster  maps from RGB (Red-Green-Blue) color
7       space to HIS (Hue-Intensity-Saturation) color space.
8

KEYWORDS

10       imagery, color transformation, RGB, HIS, IHS
11

SYNOPSIS

13       i.rgb.his
14       i.rgb.his --help
15       i.rgb.his red=name green=name blue=name hue=name intensity=name satura‐
16       tion=name  [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui]
17
18   Flags:
19       --overwrite
20           Allow output files to overwrite existing files
21
22       --help
23           Print usage summary
24
25       --verbose
26           Verbose module output
27
28       --quiet
29           Quiet module output
30
31       --ui
32           Force launching GUI dialog
33
34   Parameters:
35       red=name [required]
36           Name of input raster map (red)
37
38       green=name [required]
39           Name of input raster map (green)
40
41       blue=name [required]
42           Name of input raster map (blue)
43
44       hue=name [required]
45           Name for output raster map (hue)
46
47       intensity=name [required]
48           Name for output raster map (intensity)
49
50       saturation=name [required]
51           Name for output raster map (saturation)
52

DESCRIPTION

54       i.rgb.his  is  an  image  processing program that processes three input
55       raster map layers as red, green, and blue components and produces three
56       output  raster  map layers representing the hue, intensity, and satura‐
57       tion of the data.  The output raster map layers are created by a  stan‐
58       dard  red-green-blue  (RGB)  to  hue-intensity-saturation  (HIS)  color
59       transformation.  Each output raster map layer is given  a  linear  gray
60       scale  color  table.  The current geographic region definition and mask
61       settings are respected.
62

SEE ALSO

64       i.his.rgb
65

AUTHOR

67       David Satnik, GIS Laboratory, Central Washington University,
68       with acknowledgements to Ali Vali, Space Research Center, for the  core
69       routine.
70

SOURCE CODE

72       Available at: i.rgb.his source code (history)
73
74       Main  index | Imagery 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                                                       i.rgb.his(1)
Impressum