Page 1 of 1

How to rotate file from multipage tiff

Posted: Mon Feb 20, 2017 10:21 am
by punith8626
Hi,

I need to extract particular page from multi page tiff and rotate the same page in single command how do I do it ?

Re: How to rotate file from multipage tiff

Posted: Mon Feb 20, 2017 10:34 am
by cday
punith8626 wrote:I need to extract a particular page from a multi-page tiff and rotate the same page in a single command how do I do it ?
If you include the following term in your code to extract the desired page I think you should get the result you want:

Code: Select all

-rotate degrees   : Rotate
Where 'degrees' is the angle you want.