add_image
Insert an image into a PowerPoint slide from a file path or URL, specifying its position and size in inches.
Instructions
Add an image to a slide from a file path or URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| h | No | Height in inches | |
| w | No | Width in inches | |
| x | Yes | X position in inches | |
| y | Yes | Y position in inches | |
| path | Yes | File path or URL to the image | |
| slideNumber | Yes | Slide number (1-based index) | |
| presentationId | Yes | The ID of the presentation |