image_convert_format
Convert images to PNG, JPEG, or BMP format. Supports local file paths or base64 encoded data for flexible input.
Instructions
Convert an image to a different file format (supports png, jpeg, bmp).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Target image format. | |
| fileData | No | Base64 encoded image data. | |
| filePath | No | Local path to the image file. | |
| outputPath | No | Optional local path where the converted image should be saved. |