Hi,
I have one file Multipage .tiff that contains 9 images.
When i use nconvert , the output contains only the first page.
Why?
Thanks
Richard
MULTIPAGE .tif wrong conversion
Moderators: helmut, XnTriq, xnview
Re: MULTIPAGE .tif wrong conversion
Have you tried the -xall command?
nconvert.exe -xall multipage.tif
nconvert.exe -xall multipage.tif
Re: MULTIPAGE .tif wrong conversion
hi,
thanks for reply , but your command will generate n distinct file in output for every page .
I solved with this command:
nconvert -o result.tif -out tiff -multi -c 7 multipage.tif
thanks for reply , but your command will generate n distinct file in output for every page .
I solved with this command:
nconvert -o result.tif -out tiff -multi -c 7 multipage.tif