getDescription {rtiff} | R Documentation |
Gets the TIFF description field (tag 270) for a TIFF file.
getDescription(fn)
fn |
The name of the tiff file. |
A string with the description field from the TIFF file.
Eric Kort <eric.kort@vai.org>
library(rtiff) tif <- readTiff(paste(.path.package("rtiff"), "/tiff/jello.tif", sep="")) getDescription(paste(.path.package("rtiff"), "/tiff/jello.tif", sep=""))