powered by
clsave saves images that have been colorized using colorize or juxtaposed with juxtapose.
clsave
colorize
juxtapose
clsave(response, destfile = "")
a response object of a colorize function call.
a character string or vector with the name where the images are saved.
Besides saving, the function returns the response object invisibly.
# NOT RUN { # Save colorized images res <- colorize(img = "https://upload.wikimedia.org/wikipedia/commons/9/9e/Breadfruit.jpg") clsave(res, destfile = "colorized_version.jpg") # }
Run the code above in your browser using DataLab