フィルターのクリア

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 Center および File ExchangeImages についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by