MULTIPAGE .tif wrong conversion

Ask for help and post your question on how to use XnView Classic.

Moderators: helmut, XnTriq, xnview

Post Reply
super12
Posts: 3
Joined: Thu Mar 22, 2012 3:39 pm

MULTIPAGE .tif wrong conversion

Post by super12 »

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
marsh
XnThusiast
Posts: 2443
Joined: Sun May 15, 2005 6:31 am

Re: MULTIPAGE .tif wrong conversion

Post by marsh »

Have you tried the -xall command?
nconvert.exe -xall multipage.tif
super12
Posts: 3
Joined: Thu Mar 22, 2012 3:39 pm

Re: MULTIPAGE .tif wrong conversion

Post by super12 »

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
Post Reply