image-convert
Installation
SKILL.md
Image Convert
Converts an image to a different format (PNG, JPG, or WebP).
Command
agent-media image convert --in <path> --format <format> [options]
Inputs
| Option | Required | Description |
|---|---|---|
--in |
Yes | Input file path or URL |
--format |
Yes | Output format: png, jpg, webp |
--quality |
No | Quality for lossy formats (1-100, default: 80) |
--out |
No | Output path, filename or directory (default: ./) |
--provider |
No | Provider to use (default: auto-detect) |