Learn R Programming

Rvision (version 0.4.2)

readMulti: Read a Multi-Page Image

Description

readMulti reads a multi-page image and returns a list of Image objects, each corresponding to a different page.

Usage

readMulti(x)

Arguments

x

A character string naming the path to a multi-page image file.

Value

A list of Image objects.

See Also

Image

Examples

Run this code
# NOT RUN {
balloon <- readMulti(system.file("sample_img/multipage.tif", package = "Rvision"))

# }

Run the code above in your browser using DataLab