LibTiff
Version 1.0.2 (1.41 KB) by
Michael Münter
Very fast routine for saving arrays (3d) as a .tiff file (Multipage) with the LibTiff library
- Details and more properties at: https://de.mathworks.com/help/matlab/ref/tiff.html
- The functions saves the uint8 input Volume as a tiff image stack Image(x,y) with z images
INPUT: uint8 Volume (x,y,z); x = Length/Height; y = Width; z = #Images in Stack
Example INPUT:
Vol = 255.*ones(300,100,200);
LibTiff(Vol);
Cite As
Michael Münter (2024). LibTiff (https://www.mathworks.com/matlabcentral/fileexchange/68711-libtiff), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2018a
Compatible with R2016a to R2018a
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Segmentation >
Find more on Image Segmentation in Help Center and MATLAB Answers
Tags
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.