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
Converting multipage TIFF into many singlepage TIFFs?
Moderators: helmut, XnTriq, xnview
Re: Converting multipage TIFF into many singlepage TIFFs?
use :Anonymous wrote:I wonder, how I can convert a multipage tif (source.tif) into many singlepage tifs at once (1.tif, 2.tif etc.)
nconvert -xall -o test.tif source.tif
Pierre.