You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This is another similar implementation to read Tiff files > 4GB.
I give credit to the imread_big project, this code is a simplified and debugged version of imread_big, and specifically handles grayscale tiff stacks in uint8,16,32. feel free to adopt for any of your purposes.
This code addresses common bugs found in various online sources:
- fixed total frame indexing errors
- when imageJ saves Tiff, it uses big-endian, this is necessary to specify or the read image has weird artifacts.
- there's often a off-by-1 error introduced in many versions of online code when indexing file position, this also caused image artifacts, corrected.
This code has been tested for different sizes of tiff files produced by ImageJ and should work well.
Cite As
Isaac Li (2026). readBigTiff - read TIFF stacks >4GB (fixed for ImageJ Tiff) (https://www.mathworks.com/matlabcentral/fileexchange/135857-readbigtiff-read-tiff-stacks-4gb-fixed-for-imagej-tiff), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: imread_big -- read in TIFF stacks larger than 4GB
General Information
- Version 1.0.1 (1.81 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
