findNumTiffDirectories
Version 1.0.0 (2.01 KB) by
Eivind Hennestad
Find number of images (IFDs) in a tiff file.
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 LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |