필터 지우기
필터 지우기

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 CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by