download_image
Downloads an image from a URL to a specified local directory with a given filename.
Instructions
Download an image to a local directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename for the downloaded image (including extension) | |
| imageUrl | Yes | URL of the image to download | |
| outputPath | Yes | Directory path where the image should be saved |