This is a wrapper packge to read and write multi-page tif or tiff files with MATLAB.
loadtif.m is a function to a load multi-page tif file or tif sequence files in a folder and returns a 3D tenser.
saveastif is a function to write a 3D tenser into a multi-page tif file.
writetif is a function to write a matrix to a single-page tif file.
tifFrame is a internal function to return the number of frames of a multi-page tif file.