Im combining multiple tif file to a one multi page tif file,
example code:
Code: Select all
img.Convert("c:\1.tif", "c:\2.tif", "c:\2.tif", "-adjoin", output)
thanks
Floyd
Code: Select all
img.Convert("c:\1.tif", "c:\2.tif", "c:\2.tif", "-adjoin", output)