Batch Resize Images
Resize multiple images to specific dimensions for consistent display across your website or application.
Resize, convert & optimize images
Transform images into production-ready assets in seconds. Resize to exact dimensions, convert between JPEG/WebP/AVIF/PNG, compress for web or app store, and apply rotation, blur, and grayscale — all in one call. Works with URLs or local files.
Load an image from a local path or URL, apply resizing and visual transforms, then export an optimized output file for app-store or web usage.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "image-ops",
"skill": "transform_image",
"input": {
"image_url": "https://upload.wikimedia.org/wikipedia/commons/a/a9/Example.jpg",
"width": 1080,
"format": "webp",
"quality": 82
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"image-ops","skill":"transform_image","input":{}}' \
https://api.toolrouter.com/v1/tools/callResize multiple images to specific dimensions for consistent display across your website or application.
Convert images between formats like PNG, JPEG, WebP, and AVIF for optimal compatibility and performance.
Research what ads your competitors are running across Facebook and Google to understand their messaging and creative strategy.
Understand how users feel about your app by analyzing sentiment patterns across hundreds or thousands of reviews.
Mass-produce optimized thumbnails and preview images with AI generation, web captures, and automated formatting.
Yes. Resize, format conversion, compression, and light edits can all happen in the same call.
Yes. The tool accepts both remote image URLs and local files.
It supports JPEG, WebP, AVIF, and PNG output.
Yes. It is built to turn images into production-ready assets for web delivery, app store use, and other publishing workflows.