clsave {colorizer} | R Documentation |
clsave
saves images that have been colorized using colorize
or
juxtaposed with juxtapose
.
clsave(response, destfile = "")
response |
a response object of a |
destfile |
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")
## End(Not run)