Rotate Multi-Page Tiff - Strip Rotate Reassemble
Moderators: helmut, XnTriq, xnview
Rotate Multi-Page Tiff - Strip Rotate Reassemble
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
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
You would like to rotate all the pages of the TIFF?
Pierre.
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
I would like to rotate all the pages of the TIFF 90 degrees clockwise.
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
So you can use -xall -multitim44 wrote:I would like to rotate all the pages of the TIFF 90 degrees clockwise.
Pierre.
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
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.
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
If you use -xall -multi, multi page is converted in multi page?
Pierre.
Re: Rotate Multi-Page Tiff - Strip Rotate Reassemble
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
Nconvert v5.54
XnView v1.97
GFL SDK v2.90
XnView v1.97
GFL SDK v2.90