...
angle: angle or direction of rotation
crop: activate crop mode
x: x (easting) coordinate of the center of the crop box
y: y (northing) coordinate of the center of the crop box
background (or color): fill colocolor
simplified syntax parameters
...
Angle of rotation (or direction).
Example 1 - Turn left
Code Block |
---|
{ "rotate":"left" } |
...
Maldives: W400×H225 |
⬇
Maldives: W225×H400 |
Simplified syntax: a_left,c_rotate
Example 2 - Turn 45 degrees
Code Block |
---|
{ "rotate":45 } |
Maldives: W400×H225 |
⬇
Maldives: W444×H443 |
Simplified syntax: a_45,c_rotate
...
Code Block |
---|
{ "rotate":[45,"$dom-1"] } |
Maldives: W400×H225 |
⬇
Maldives: W444×H443 |
Simplified syntax: bg_$dom-1,a_45,c_rotate
...
Code Block |
---|
{ "rotate":[45,"crop"] } |
Maldives: W400×H225 |
⬇
Maldives: W400×H225 |
Simplified syntax: a_45,crop,c_rotate
...
Code Block |
---|
{ "rotate":[45,"crop","50%","25%"] } |
Maldives: W400×H225 |
⬇
Maldives: W400×H225 |
Simplified syntax: a_45,crop,x_50p,y_25p,c_rotate