This tool splits an RGB colour composite image into separate multispectral images.
wbt_split_colour_composite(
input,
red = NULL,
green = NULL,
blue = NULL,
wd = NULL,
verbose_mode = FALSE,
compress_rasters = FALSE
)
Input colour composite image file.
Output red band file.
Output green band file.
Output blue band file.
Changes the working directory.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Sets the flag used by WhiteboxTools to determine whether to use compression for output rasters.
Returns the tool text outputs.