Rotate

Allows you to rotate the image by the specified angle.

Rotate
Parameter Possible value Description
?rotate=90 angle (number 1-360) Rotates the image by the specified angle.
?fillbg=FF0000 FF0000 (hex) - default is the color of the first pixel of the original image. If new areas are created during modification, they will be filled with this color.
?alpha=50 0 - 100 Color intensity of the new areas - 0 means transparent.

Example

https://[API-KEY].imagedit.io/v1/https://yourdomain.com/images/img.png?rotate=90&fillbg=FF0000&alpha=50