image-resize
Installation
SKILL.md
Image Resize
Resizes an image to a target width or height while optionally maintaining aspect ratio.
Command
agent-media image resize --in <path> [options]
Inputs
| Option | Required | Description |
|---|---|---|
--in |
Yes | Input file path or URL |
--width |
No | Target width in pixels |
--height |
No | Target height in pixels |
--out |
No | Output path, filename or directory (default: ./) |
--provider |
No | Provider to use (default: auto-detect) |