Reset transparent background of an image
Arguments
- path
A character string specifying the file path to the image to be processed.
Value
The file path to the processed image.
Examples
if (FALSE) { # \dontrun{
path <- "directory/image.png"
reset_transparent(path)
} # }