Learn R Programming

screenshot (version 0.9.2)

reset_transparent: Reset transparent background of an image

Description

Reset transparent background of an image

Usage

reset_transparent(path)

Value

The file path to the processed image.

Arguments

path

A character string specifying the file path to the image to be processed.

Examples

Run this code
if (FALSE) {
path <- "directory/image.png"
reset_transparent(path)
}

Run the code above in your browser using DataLab