ScanImage 2019 : Tiff write performance

This page compares the performance of three different methods to stream image data to a Tiff file from Matlab

  • the builtin method imwrite
  • the builtin class 'Tiff', which is a wrapper for libtiff
  • the TifStream class, which was created by Vijay Iyer for ScanImage 3

Test conditions:

  • Matlab 2014a & 2014b (comparable result)
  • frame size: 512x512
  • 1000 frames per file

Attachments:

TifStream.png (image/png)
Tiff.png (image/png)
imwrite.png (image/png)