mcp-image-downloader
by qpd-v
optimize_image
Create an optimized version of an image
Input Schema
Name | Required | Description | Default |
---|---|---|---|
height | No | Target height (maintains aspect ratio if only height is specified) | |
inputPath | Yes | Path to the input image | |
outputPath | Yes | Path where to save the optimized image | |
quality | No | JPEG/WebP quality (1-100) | |
width | No | Target width (maintains aspect ratio if only width is specified) |