powered by
readMulti reads a multi-page image and returns a list of Image objects, each corresponding to a different page.
readMulti
Image
readMulti(x, colorspace = "BGR")
A character string naming the path to a multi-page image file.
A string indicating the desired color space for the images.
A list of Image objects.
# NOT RUN { balloon <- readMulti(system.file("sample_img/multipage.tif", package = "Rvision")) # }
Run the code above in your browser using DataLab