Rotate Image

Description

This action rotates your Image File.

Supported formats (input and output):

  • JPEG
  • PNG
  • TIFF
  • GIF
  • BMP

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
Image FileThe image as an ObjectThe 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✔️-
RotateNumberThe deegrees your image should be rotated. All values from 0 to 360 are allowed.90
Output formatChoice FieldThe output formats you can choose from are JPEG, PNG, TIFF, GIF and BMPJPEG will be used if no value entered

Response

ResponseTypeDescription
FileFileThe rotated image file.
File as StringStringBase64-encoded string representation of the rotated image. Useful for storing the image in variables.
MIME typeStringThe MIME type of the output file, e.g. image/jpeg, image/png.
ExtensionStringThe 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°.

Picture

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!