Converts intensity, hue, and saturation (IHS) images into red, green, and blue (RGB) images.
ihs_to_rgb(intensity, hue, saturation, red = NULL, green = NULL,
blue = NULL, output = NULL, verbose_mode = FALSE)
Input intensity file.
Input hue file.
Input saturation file.
Output red band file. Optionally specified if colour-composite not specified.
Output green band file. Optionally specified if colour-composite not specified.
Output blue band file. Optionally specified if colour-composite not specified.
Output colour-composite file. Only used if individual bands are not specified.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.