photoshop_move_layer
Reposition the active Photoshop layer by defining horizontal and vertical pixel offsets. Use negative values to shift left or up, enabling precise placement in your document.
Instructions
Move the active layer by specified offset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deltaX | Yes | Horizontal offset in pixels (can be negative) | |
| deltaY | Yes | Vertical offset in pixels (can be negative) | |
| 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. |