View source: R/writeTiffStack.R
writeTiffStack | R Documentation |
Writes a 3D image stack array to a TIFF image stack. It uses the function writeTIFF
in the package 'tiff' and runs in parallel using the packages 'foreach' and 'doParallel'.
writeTiffStack(Stack, path, leadname = "stack_", bits = 8, cores = 2)
Stack |
an image stack object |
path |
path where the TIFF images will be saved |
cores |
number of cores for parallel computation (default=2) |
Alessio Veneziano
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.