powered by
Reads a TIFF file and converts it into a 2D-array. If the file contains multiple pages, a 3D-array will be then returned.
readFileTiff(filename, invert = TRUE)
Either name of the file to read from or a raw vector representing the TIFF file content.
If set to TRUE then the order of the data will be reversed. Default TRUE.
A matrix containing the image data.
Read a TIFF file image using readTIFF and converts it to a matrix with n-dimensions.
readTIFF writeFileTiff
readTIFF
writeFileTiff
# NOT RUN { raw <- readFileTiff(FileName) # }
Run the code above in your browser using DataLab