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
Moderator: xnview
-
marsh
- XnThusiast
- Posts: 2443
- Joined: Sun May 15, 2005 6:31 am
Re: MULTIPAGE .tif wrong conversion
Have you tried the -xall command?
nconvert.exe -xall multipage.tif
nconvert.exe -xall multipage.tif
-
super12
- Posts: 3
- Joined: Thu Mar 22, 2012 3:39 pm
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