Clear Filters
Clear Filters

Merge tif files?

15 views (last 30 days)
Alberto Paniate
Alberto Paniate on 20 Dec 2021
Answered: Voss on 20 Dec 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?

Answers (1)

Voss
Voss on 20 Dec 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.

Categories

Find more on Images in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!