Rotate Image
Description
This action rotates your Image File.
Supported formats (input and output):
- JPEG
- PNG
- TIFF
- GIF
- BMP
Input Arguments
Input Argument | Type | Description | Required? | Advanced Option? | Default |
---|---|---|---|---|---|
Image File | The image as an Object | The image file you want to rotate. Allowed formats are JPEG, PNG, TIFF, GIF and BMP. The format wil be recognized automatically. File only – no string/Base64 allowed | ✔️ | ❌ | - |
Rotate | Number | The deegrees your image should be rotated. All values from 0 to 360 are allowed. | ❌ | ❌ | 90 |
Output format | Choice Field | The output formats you can choose from are JPEG, PNG, TIFF, GIF and BMP | ❌ | ❌ | JPEG will be used if no value entered |
Response
Response | Type | Description |
---|---|---|
File | File | The rotated image file. |
File as String | String | Base64-encoded string representation of the rotated image. Useful for storing the image in variables. |
MIME type | String | The MIME type of the output file, e.g. image/jpeg, image/png. |
Extension | String | The file extension of the output image format (e.g., png, jpg). |
Power Automate Examples
Rotate Image by 90
We use our Power2Apps logo which we have stored in our SharePoint
.
We choose to rotate the logo by 90°.
To save it in SharePoint you need to choose File response as the File Content setting.
Known Limitations
⚠️
If you experienced other limitations please get in touch with us!