How to rotate file from multipage tiff

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

Post Reply
punith8626
Posts: 48
Joined: Thu Feb 02, 2017 11:22 am

How to rotate file from multipage tiff

Post 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 ?
cday
XnThusiast
Posts: 3973
Joined: Sun Apr 29, 2012 9:45 am
Location: Cheltenham, U.K.

Re: How to rotate file from multipage tiff

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