Convert Image to another Image Format
Description
This action converts your Image File to another image format.
Input Arguments
Input Argument | Type | Description | Required? | Advanced Option? | Default |
---|---|---|---|---|---|
Image File | Object | The image file you want to convert. Allowed formats are JPEG, PNG, TIFF, GIF and BMP. The format wil be recognized automatically. Must be an actual image file — Base64 string is not supported. | ✔️ | ❌ | - |
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 response | Object | The converted image file in the selected format. |
File response as string | String | The converted image file as a base64-encoded string. Useful for storing or passing as text. |
MIME type | String | The MIME type of the converted image (e.g., image/png, image/jpeg). |
Extension | String | The file extension of the output image format (e.g., png, jpg). |
Power Automate Example
Convert Image to TIFF
We use our Power2Apps logo which we have stored in our SharePoint.
We choose TIFF as the Output format.
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!