Description:
The Rotate import option let you rotate the image at any angle. You may also specify the background color to fill in the blank areas resulting from a rotation.
Remember that you also can specify the AutoOrientation import option, to auto-rotate the image into correct orientation.
Declaration:
Rotate:<angle> [, <background color>]
Parameters:
Param |
Description |
<angle> |
Angle in degrees. Use integers. For example: |
<background color> |
The background color of the areas that are left blank as the result of a rotation. |
Notes:
Note that rotation to 0, 90, 180 and 270 degrees are considerably faster than other angles. Also note that the direction of rotation is towards right, meaning II2LN follows the 360 degrees circle.
II2LN will optimize multiple Rotate import options, so only one real rotation is performed. Finally the Rotate import option will be executed after all other import options.
Introduced in version:
1.2.0.0
Repeatable
Yes