convert_format
Transform image files into desired formats (jpeg, png, webp, etc.) using specified quality levels, ensuring compatibility with various applications and platforms.
Instructions
Convert an image to a different format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | Yes | Target format: jpeg, png, webp, avif, tiff, etc. | |
input | Yes | Path to the input image file | |
output | Yes | Path to save the converted image | |
quality | No | Quality level (1-100, for formats that support it) |