| 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, or NA
if there is no such field.
Eric Kort <eric.kort@vai.org>
# This has no description
getDescription(system.file("tiff", "jello.tif", package="rtiff"))
# but this has
getDescription(system.file("tiff", "t1.tif", package="rtiff"))