writeMulti
writes a list of Image
objects
to a multi-page image.
Arguments
- x
A character string naming the path to a multi-page image file.
- img_list
A list of
Image
objects.- overwrite
Should the file be overwritten if it already exists? (default: FALSE)
Author
Simon Garnier, garnier@njit.edu
Examples
balloon <- readMulti(system.file("sample_img/multipage.tif", package = "Rvision"))
if (FALSE) { # \dontrun{
writeMulti("~/Desktop/balloon.tiff", balloon)
} # }