Merge tif files?

15 次查看(过去 30 天)
Alberto Paniate
Alberto Paniate 2021-12-20
回答: Voss 2021-12-20
Hi, I have different .tif files, do you know how can I create a unique tif file that merges all these files so that I have to open only one?

回答(1 个)

Voss
Voss 2021-12-20
You can use imread to read each .tif file. Then concatenate the data or otherwise combine them into a single array as desired. Then use imwrite to write the combined data to a new .tif file.

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by