Page 1 of 1

How to create one multipage tiff file from several images?

Posted: Fri Jun 01, 2012 3:32 am
by dignidad001
Hi ,

I plan on converting some images to one tiff file. This is the script I got from exporting in XnView:


nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out tiff -o C:\Testing\Output Image\%%.tif -binary nodither "C:\Testing\Original Image Files\Test File 1 001.tif" "C:\Testing\Original Image Files\Test file 2.1 001.tif" "C:\Testing\Original Image Files\Test File 2.2 001.tif" "C:\Testing\Original Image Files\Test file 2.3 001.tif" "C:\Testing\Original Image Files\Test File 2.4 001.tif" "C:\Testing\Original Image Files\Test File 2.5 001.tif" "C:\Testing\Original Image Files\Test File 2.6 001.jpg" "C:\Testing\Original Image Files\Test File 2.7 001.jpg" "C:\Testing\Original Image Files\Test File 2.8 001.jpg" "C:\Testing\Original Image Files\Test File 3 001.tif" "C:\Testing\Original Image Files\Test File 4 001.tif" "C:\Testing\Original Image Files\Test File 5 001.tif"

How can I get a one multi page tiff file ?

Re: How to create one multipage tiff file from several image

Posted: Fri Jun 01, 2012 12:24 pm
by xnview
add

Code: Select all

-multi