Page 1 of 1

Converting multipage TIFF into many singlepage TIFFs?

Posted: Tue Apr 27, 2004 11:39 am
by Guest
Hi,

I wonder, how I can convert a multipage tif (source.tif) into many singlepage tifs at once (1.tif, 2.tif etc.)

Thanx in advance

Regards
Torsten

Re: Converting multipage TIFF into many singlepage TIFFs?

Posted: Thu Apr 29, 2004 4:37 am
by xnview
Anonymous wrote:I wonder, how I can convert a multipage tif (source.tif) into many singlepage tifs at once (1.tif, 2.tif etc.)
use :
nconvert -xall -o test.tif source.tif
Pierre.