Page 1 of 1
Rotate Multi-Page Tiff - Strip Rotate Reassemble
Posted: Sun Jun 15, 2008 3:53 pm
by Guest
Aloha,
I need to rotate -90 thousands of multi-page tiffs everyday. Would using NConvert to strip to single page, rotate the single pages, and reassemble into multi-page tiffs, without noticable loss and using the same name.
Anyone know of another software to do this? Command line preferred, but GUI ok as well.
Thanks in advance.
Alan
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
Posted: Mon Jun 16, 2008 7:12 am
by xnview
You would like to rotate all the pages of the TIFF?
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
Posted: Wed Dec 16, 2009 8:06 pm
by tim44
I would like to rotate all the pages of the TIFF 90 degrees clockwise.
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
Posted: Thu Dec 17, 2009 7:24 am
by xnview
tim44 wrote:I would like to rotate all the pages of the TIFF 90 degrees clockwise.
So you can use -xall -multi
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
Posted: Thu Dec 17, 2009 3:09 pm
by tim44
I used -xall -multi -rotate 90 -c 7 -one_strip
All of the single page .tif convert correctly: filename.tif converts to filename.tif
On multi page, only the first page is converted: filename.tif (multi page) coverts to filename-0.tif (single page)
Thanks
----
edit: If I change the file extension from .tif to .tiff the file will convert each page of the .tiff and save it as a new file: filename-0.tif to filename-25.tif
I would like it all in one file instead.
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
Posted: Fri Dec 18, 2009 2:40 am
by xnview
If you use -xall -multi, multi page is converted in multi page?
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
Posted: Fri Dec 18, 2009 4:08 am
by tim44
Yes, -xall -multi and -xall yield the same results for me. ".tif" and ".tiff" are also treated differently.
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
Posted: Fri Dec 18, 2009 12:26 pm
by xnview
Do you the last version?
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
Posted: Fri Dec 18, 2009 2:45 pm
by tim44
Nconvert v5.54
XnView v1.97
GFL SDK v2.90
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
Posted: Mon Dec 21, 2009 3:50 pm
by xnview
So please send me the tiff file?