Skip to contents

writeMulti writes a list of Image objects to a multi-page image.

Usage

writeMulti(x, img_list, overwrite = FALSE)

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)

Value

A message indicating whether writing was successful or not.

See also

Author

Simon Garnier, garnier@njit.edu

Examples

balloon <- readMulti(system.file("sample_img/multipage.tif", package = "Rvision"))
if (FALSE) {
writeMulti("~/Desktop/balloon.tiff", balloon)
}