Merge selected files to one big file (no multi image)
Posted: Sun Jan 24, 2021 3:55 pm
Hi,
is it possible to merge files to one big file as i can to with imagemagick?
The advantage doing this with xnviewmp it that i have preview and i can create one big file for each chapter of my scanned book. Merging the images together makes it easier for the ocr application.
TommyD
is it possible to merge files to one big file as i can to with imagemagick?
Code: Select all
convert -append input1.tif input2.tif output.tif
TommyD