Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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"
}
Image Added

...

Maldives: W400×H225

Image Added

Maldives: W225×H400

Simplified syntax: a_left,c_rotate

Example 2 - Turn 45 degrees

Code Block
{
    "rotate":45
}
Image Added

Maldives: W400×H225

Image Added

Maldives: W444×H443

Simplified syntax: a_45,c_rotate

...

Code Block
{
    "rotate":[45,"$dom-1"]
}
Image Added

Maldives: W400×H225

Image Added

Maldives: W444×H443

Simplified syntax: bg_$dom-1,a_45,c_rotate

...

Code Block
{
    "rotate":[45,"crop"]
}
Image Added

Maldives: W400×H225

Image Added

Maldives: W400×H225

Simplified syntax: a_45,crop,c_rotate

...

Code Block
{
    "rotate":[45,"crop","50%","25%"]
}
Image Added

Maldives: W400×H225

Image Added

Maldives: W400×H225

Simplified syntax: a_45,crop,x_50p,y_25p,c_rotate