Rotates the image to a specified angle.
The rotate transformation allows you to rotate the image by a specified angle.
Pass the following query param
rotate=angle
to the API endpoint, where angle is the rotation in degrees.
For example: rotate=90
Valid values for the angle are: 0, 90, 180, and 270 degrees. The default value is 0, which leaves the image unchanged.
This transformation can be used to correct image orientation or create different views of the same image.
URL : https://www.thunderimage.com/sample/yosemite.jpg
URL: /transform?url=https://www.thunderimage.com/sample/yosemite.jpg&rotate=90
API key required for authentication
The URL of the image to be transformed.
"https://www.thunderimage.com/sample/yosemite.jpg"
Rotates the image by the specified angle. Valid values are 0, 90, 180, and 270 degrees. Default is 0.
0
, 90
, 180
, 270
90
The transformed image with rotation applied.
The transformed image in JPEG format.
Rotates the image to a specified angle.
The rotate transformation allows you to rotate the image by a specified angle.
Pass the following query param
rotate=angle
to the API endpoint, where angle is the rotation in degrees.
For example: rotate=90
Valid values for the angle are: 0, 90, 180, and 270 degrees. The default value is 0, which leaves the image unchanged.
This transformation can be used to correct image orientation or create different views of the same image.
URL : https://www.thunderimage.com/sample/yosemite.jpg
URL: /transform?url=https://www.thunderimage.com/sample/yosemite.jpg&rotate=90
API key required for authentication
The URL of the image to be transformed.
"https://www.thunderimage.com/sample/yosemite.jpg"
Rotates the image by the specified angle. Valid values are 0, 90, 180, and 270 degrees. Default is 0.
0
, 90
, 180
, 270
90
The transformed image with rotation applied.
The transformed image in JPEG format.