powered by
Gets the TIFF description field (tag 270) for a TIFF file.
getDescription(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.
NA
# NOT RUN { # This has no description getDescription(system.file("tiff", "jello.tif", package="rtiff")) # but this has getDescription(system.file("tiff", "t1.tif", package="rtiff")) # }
Run the code above in your browser using DataLab