saveimagestack

Syntax:

images = saveimagestack(imagestack,filename);

images = saveimagestack(imagestack,filename,dsp);

This function saves a 3D array of images into a multipage TIFF file.

  • <imagestack> - 3D array containing the images.
  • <filename> - name of the target stack file (TIFF by default).
  • <dsp> (optional) - display the progress bar if 1 (true), don't display if 0 (false) or absent.