12
rated 0 times
[
12]
[
0]
/ answers: 1 / hits: 22131
/ 2 Years ago, sun, june 6, 2021, 10:43:14
I have a series of TIF files and would like to merge them into a Single TIF file
How do I do that?
More From » image-processing
I have a series of TIF files and would like to merge them into a Single TIF file
How do I do that?
Use tiffcp
Usage: tiffcp [options] input... output.tiff
For instance:
tiffcp *.tiff output.tiff
And you will have a resulting multipage tiff
Then tiff2pdf (a wrapper for ghostscript)
Usage: tiff2pdf [options] input.tiff
Source: https://stackoverflow.com/questions/11135405/how-to-merge-many-tif-files-to-single-tif-file
A multipage tiff needs a multipage viewer, like qfaxreader, but if you convert to pdf, resulting file can be more easily seen with pdf viewers