image_compress
Reduce image file size and dimensions for AI vision agents by compressing or resizing to a work directory, outputting JPEG files and returning only file paths.
Instructions
Compress/resize an image to a job workdir. Default format is JPEG for local agent compatibility. Returns output file paths only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| format | No | jpeg | |
| job_id | No | ||
| quality | No | ||
| max_edge | No | ||
| strip_metadata | No |