writeTiffStack: Write TIFF image stack

View source: R/writeTiffStack.R

writeTiffStackR Documentation

Write TIFF image stack

Description

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'.

Usage

writeTiffStack(Stack, path, leadname = "stack_", bits = 8, cores = 2)

Arguments

Stack

an image stack object

path

path where the TIFF images will be saved

cores

number of cores for parallel computation (default=2)

Author(s)

Alessio Veneziano


AlessioVeneziano/IndianaBones documentation built on Dec. 2, 2022, 7:35 a.m.