Rotate Image - Angle Adjuster for Make
PDF4me Rotate an Image module delivers automated image rotation within Make scenarios with customizable angle, proportionate resize, and background color control. This flexible transformation service corrects orientation, adjusts composition at any angle, and prepares images for display—enabling orientation correction, creative rotation, and image adjustment workflows across cloud storage platforms and business applications.
Authenticating Your API Request
To access the PDF4me Web API through Make, every request must include proper authentication credentials. Authentication ensures secure communication and validates your identity as an authorized user, enabling seamless integration between your Make scenarios and PDF4me's powerful image rotation services.

Key Features
- Any Angle Rotation: Rotate to any degree (0-360)
- Proportionate Resize: Auto-adjust dimensions to fit rotated image
- Background Control: Set background color for rotated areas
- Orientation Correction: Fix incorrectly oriented images
- Batch Processing: Rotate multiple images with iterators
Parameters
Complete list of parameters for the Rotate an Image module.
Important: Parameters marked with an asterisk (***) are required and must be provided for the module to function correctly.
| Parameter | Type | Description | Example |
|---|---|---|---|
| Image File Name*** | String | Image Filename | document.jpg |
| Image File*** | Buffer | Image Content | [Image Buffer] |
| Rotation Angle*** | Integer | Degrees (any integer) • Positive = clockwise • Negative = counter-clockwise | 90 |
| Proportionate Resize | Boolean | Auto-Resize • Yes - Adjust dimensions to fit • No - Keep original dimensions | Yes |
| Background Color | String | Hex Color • For areas outside rotated image • When Proportionate Resize enabled | #FFFFFF |