findNumTiffDirector​ies

Find number of images (IFDs) in a tiff file.
5 Downloads
Updated 1 Apr 2022

View License

Recursive search for number of image file directories (IFDs) in a tiff file.
Example:
numDirs = findNumTiffDirectories(tiffFilePath)
or
tiffObj = Tiff(tiffFilePath);
numDirs = findNumTiffDirectories(tiffObj);

Cite As

Eivind Hennestad (2024). findNumTiffDirectories (https://www.mathworks.com/matlabcentral/fileexchange/109194-findnumtiffdirectories), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0