Either an image or a list of images. An image is a real matrix or array of three dimensions.
file.name
Either the name of the file or the name of a raw vector.
invert
If set to TRUE then the order of the data will be reversed. Default TRUE.
bits.per.sample
Number of bits per sample (numeric scalar). Supported values in this version are 8, 16, and 32.
Value
None.
Details
Create a TIFF file using writeTIFF, converting a 2D-array. If the file contains multiple pages, a 3D-array is turned into a 2D-array to implement the aforementioned function.