Filter löschen
Filter löschen

Merge tif files?

15 Ansichten (letzte 30 Tage)
Alberto Paniate
Alberto Paniate am 20 Dez. 2021
Beantwortet: Voss am 20 Dez. 2021
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?

Antworten (1)

Voss
Voss am 20 Dez. 2021
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.

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by