LibTiff

版本 1.0.2 (1.4 KB) 作者: Michael Münter
Very fast routine for saving arrays (3d) as a .tiff file (Multipage) with the LibTiff library
146.0 次下载
更新时间 2018/9/5

查看许可证

- 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);

引用格式

Michael Münter (2024). LibTiff (https://www.mathworks.com/matlabcentral/fileexchange/68711-libtiff), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018a
兼容 R2016a 到 R2018a 的版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.2

update

1.0.1

easier

1.0.0