i.rgb.his - Transforms raster maps from RGB (Red-Green-Blue) color space to HIS
Contents
Description
i.rgb.his is an image processing program that processes three input raster map layers as red, green, and
blue components and produces three output raster map layers representing the hue, intensity, and
saturation of the data. The output raster map layers are created by a standard red-green-blue (RGB) to
hue-intensity-saturation (HIS) color transformation. Each output raster map layer is given a linear gray
scale color table. The current geographic region definition and mask settings are respected.
Keywords
imagery, color transformation, RGB, HIS, IHS
Name
i.rgb.his - Transforms raster maps from RGB (Red-Green-Blue) color space to HIS
(Hue-Intensity-Saturation) color space.
See Also
i.his.rgb
Source Code
Available at: i.rgb.his source code (history)
Accessed: Friday Apr 04 01:21:00 2025
Main index | Imagery index | Topics index | Keywords index | Graphical index | Full index
© 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
GRASS 8.4.1 i.rgb.his(1grass)
Synopsis
i.rgb.hisi.rgb.his--helpi.rgb.hisred=namegreen=nameblue=namehue=nameintensity=namesaturation=name [--overwrite] [--help]
[--verbose] [--quiet] [--ui]
Flags:--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog
Parameters:red=name[required]
Name of input raster map (red)
green=name[required]
Name of input raster map (green)
blue=name[required]
Name of input raster map (blue)
hue=name[required]
Name for output raster map (hue)
intensity=name[required]
Name for output raster map (intensity)
saturation=name[required]
Name for output raster map (saturation)
