photoshop_scale_layer
Scales the active Photoshop layer by a specified percentage, with optional center anchoring and document targeting.
Instructions
Scale the active layer by a percentage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | No | Optional Photoshop document id from photoshop_get_state / photoshop_list_documents. When set, the tool activates that document before running so a UI tab switch cannot retarget the edit. | |
| centerAnchor | No | Scale from center (true) or top-left (false). Default: true | |
| scalePercent | Yes | Scale percentage (e.g., 50 for 50%, 200 for 200%) |