Borrar filtros
Borrar filtros

Merge tif files?

15 visualizaciones (últimos 30 días)
Alberto Paniate
Alberto Paniate el 20 de Dic. de 2021
Respondida: Voss el 20 de Dic. de 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?

Respuestas (1)

Voss
Voss el 20 de Dic. de 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.

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by