save_image
Save an image to a specific file path. Choose format and quality to control output.
Instructions
Save an image to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to save the image to | |
| quality | No | Quality for JPEG (1-100) | |
| image_id | Yes | ID of the image to save | |
| image_format | No | Image format | png |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path where the image was saved | |
| message | Yes | Status message |