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?

Réponses (1)

Voss
Voss le 20 Déc 2021

0 votes

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.

Catégories

En savoir plus sur Data Import and Analysis dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by