| Home
|
|
|
|
Batch command line image rotateRotateThis operation is used to rotate images at an arbitrary angle. The following parameters are used to adjust its settings:
angleAngle parameter specifies rotation angle (in degrees). It can accept whole numbers from 0 to 360. The default value is: 0. Example:-oper Rotate angle:90 orientOrient parameter specifies the direction of image rotation. Its allowed values are:
The default value is: ccw. Example:-oper Rotate orient:cw colorColor parameter specifies the color to fill empty spaces after rotation. The color is specified in RGBA mode color:"r:X1,g:X2,b:X3,a:X4" where X1, X2, X3, X4 are whole positive numbers from 0 to 255. The default value is: "r:255,g:255,b:255,a:255" (transparent). Example:-oper Rotate color:"r:255,g:255,b:0,a:100" ICPCL.exe -source "C:\Original files" -dest "C:\Converted files" -oper Rotate -oper Rotate angle:90 orient:cw color:"r:0,g:255,b:0,a:255" tips
|
||