Place Image
illustrator_place_imagePlace a raster or vector image into the active Illustrator document, with options to set position, resize, and choose between linking or embedding.
Instructions
Place a raster/vector image file into the active document (linked, or embedded).
Args:
path (string): absolute path to the image
x, y (number): top-left position (default 0,0)
width, height (number, optional): resize to these dimensions in points
embed (boolean): embed instead of link (default false)
name (string, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Left position. | |
| y | No | Top position (Y down). | |
| name | No | Optional name. | |
| path | Yes | Absolute path to the image file. | |
| embed | No | Embed the image instead of linking it. | |
| width | No | Optional target width in points. | |
| height | No | Optional target height in points. |