download_and_convert_images
Download an image from a URL, convert it to PNG, and return its local file path.
Instructions
Downloads an image from the given URL and converts it to PNG format. Saves output in target directory and returns the absolute local path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the image to download | |
| outputDir | No | Optional directory to save the image (defaults to a 'downloads' directory inside the workspace) |