P3 Rotate

 

/P#

Meaning

Extra Parameters: /a{Parameter1} … /j

3

Rotate

Rotates an image by the specified angle.

/a = Angle of rotation (degrees) -360.0 to +360.0

/b = Background color of the new image. This is an integer value.

BackColor = Red + Green*256 + Blue*256*256 (Red, Green and Blue are 8 bits each)

For example, image\ebx_-1548167381.gif = (R=51, G=193, B = 172) = 51 + 193*256 + 172*256*256 = 11321651

 

This special process will rotate an image.

 

Example 1: Rotate an image by 37 Degrees

Specify the source (/S) and output files (/T). Specify the special process (/P3). Specify Rotate angle of 37 degrees with a black background color (/a and /b). Show status of command line with on-screen confirmation (/V).

 

ConvertImage.EXE /S C:\Input\Tryme.jpg /T C:\Output\Out.jpg /P3 /a37 /b0 /V

See Also:

Command Line Examples

Helpful Hints for Creating a Command Line