Reads 8,16,32 bits uncompressed grayscale and some color tiff files, as well as parts or full stacks of multiple images, for example those produced by metamorph. The image as well as the meta-data is returned. The entire TIFF standard is not supported, but tiffread may be extended by modifying its code.
Derived versions, to read Zeiss LSM files or Metamorph info should be available on:
www.cytosim.org/other
francois nedelec (2021). tiffread2.m (https://www.mathworks.com/matlabcentral/fileexchange/10298-tiffread2-m), MATLAB Central File Exchange. Retrieved .
Inspired: read_patterned_tifdata, Slicer, DylanMuir/TIFFStack, Zeiss Laser Scanning Confocal Microscope LSM file reader, Improved TIFFREAD2 Function
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Hi,
Is there any function as savetiff to save Zeiss LSM files from matlab workspace?
Thank for any suggestions.
very helpful!
Thank-you so much....couldn't figure out a quick way to index Metamorph .STK files.
tiff type 7 not supported
Helped a lot - Thanks ...
Thank you Francois. I had been stuck on this for a long time.
I also used this to open .stk files and it works just perfectly!! Well done and thanks a lot!
I was looking for a 32-bit tiff reader. No other software was able to read it. This did the job for me. Thanks!!
I used this to open a Metamorph *.stk file and the code worked exactly as I hoped it would. It saved me a lot of extra work. Thanks Francois.