Performs an emboss filter on an image, similar to a hillshade operation.
emboss_filter(input, output, direction = "n", clip = 0,
verbose_mode = FALSE)
Input raster file.
Output raster file.
Direction of reflection; options include 'n', 's', 'e', 'w', 'ne', 'se', 'nw', 'sw'.
Optional amount to clip the distribution tails by, in percent.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.