How to merge many Tif images in one large (huge) image

Started by MohammadReza, March 09, 2021, 12:00:26 PM

Previous topic - Next topic

MohammadReza

I have a many of tif image pieces and want to merge them in one large tif. but , i don't know , how can i do it with ExifTool.


sevy

I don't think you can do it with ExifTool.
Exiftool will give you a lot of information about metadata but is not dedicated to image manipulation.
To merge tif files, you may try :
XnView or XnViewMP : https://www.xnview.com
IrfanView : https://www.irfanview.com/


StarGeek

sevy is correct.  Exiftool cannot manipulate image data, only metadata.

If you need to do this on the command line, then look into ImageMagick's Compose option.

* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).