readMulti: Read a Multi-Page Image

View source: R/ImageClass.R

readMultiR Documentation

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, colorspace = "BGR")

Arguments

x

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

colorspace

A string indicating the desired color space for the images.

Value

A list of Image objects.

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Image

Examples

balloon <- readMulti(system.file("sample_img/multipage.tif", package = "Rvision"))


swarm-lab/Rvision documentation built on Feb. 7, 2024, 4:59 a.m.