read_tags | R Documentation |
TIFF files contain metadata about images in their TIFF tags. This function is for reading this information without reading the actual image.
read_tags(path, frames = 1)
tags_read(path, frames = 1)
path |
A string. The path to the tiff file to read. |
frames |
Which frames do you want to read tags from. Default first frame
only. To read from the 2nd and 7th frames, use |
A list of lists.
Simon Urbanek, Kent Johnson, Rory Nolan.
read_tif()
read_tags(system.file("img", "Rlogo.tif", package = "ijtiff"))
read_tags(system.file("img", "Rlogo-banana.tif", package = "ijtiff"),
frames = c(2, 4)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.