apply_image_transform
Adjust position, scale, and rotation of an image inside a Figma node. Rotates the image itself, not the node.
Instructions
Adjust image position, scale, and rotation within node. Rotates the IMAGE inside the node, not the node itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to transform image on | |
| scaleMode | No | Change scale mode | |
| rotation | No | Rotation in 90-degree increments (0, 90, 180, 270). Rotates the IMAGE inside the node, not the node itself. | |
| translateX | No | Horizontal translation offset | |
| translateY | No | Vertical translation offset | |
| scale | No | Scale factor (1 = 100%) |