/P# |
Meaning |
Extra Parameters: /a{Parameter1} /j |
7 |
Perspective Transform the oblique plane of a rectangle image to a straight on view |
/a = Vertical correction. TRUE for Vertical and FALSE for Horizontal /b = Pitch Angle (degrees) -90.0 to +90.0 |
This special process alter the perspective of an image in the direction you specify.
Example 1: Change Perspective In The Vertical Direction by 10 Degrees
Specify the source (/S) and output files (/T). Specify the special process (/P7). Specify vertical correction of 10 degrees (/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 /P7 /aTRUE /b10 /V
See Also:
Helpful Hints for Creating a Command Line