Place Image
ps_place_imagePlaces an external image file into the active Photoshop document as a Smart Object for non-destructive editing, with optional position and size settings.
Instructions
Places an external image file into the active document. By default it is placed as a Smart Object for non-destructive editing. Optionally set position and dimensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the image file on disk | |
| x | No | X position in pixels — defaults to 0 | |
| y | No | Y position in pixels — defaults to 0 | |
| width | No | Desired width in pixels — scales proportionally if only one dimension is given | |
| height | No | Desired height in pixels — scales proportionally if only one dimension is given | |
| asSmartObject | No | Place as Smart Object — default true |