Batch Resize Images
Resize 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.
Quick answer: Use the Image Ops tool through ToolRouter to convert image formats directly from Claude, ChatGPT, Microsoft Copilot, and OpenClaw — connect once, then drive it with plain-language prompts. No code required.
ToolImage OpsDifferent contexts demand different image formats. WebP and AVIF deliver smaller file sizes for the web but are not universally supported. PNG preserves transparency for overlays and icons. JPEG offers the best compatibility for photographs. SVG scales infinitely for logos and icons. Choosing the right format for each context directly impacts page load speed, visual quality, and bandwidth costs.
ToolRouter's transform_image skill converts between all major image formats while letting you control quality, compression, and metadata handling. You can convert a single image or describe a batch conversion rule -- for example, converting all PNG product photos to WebP for your website while keeping PNG originals for print.
Format conversion is a fundamental step in any image pipeline. Modern web performance best practices recommend serving WebP or AVIF to supported browsers while falling back to JPEG or PNG for older ones. Automating this conversion ensures your images are always in the optimal format without manual intervention.
Claude makes format conversion an interactive terminal discussion. Describe your use case -- "I need web-optimized versions of these PNG product shots" -- and Claude recommends the optimal format, explains the quality-size trade-offs, and processes the conversion. Ask follow-up questions about browser compatibility or compression levels to fine-tune the results.
ToolRouterhttps://api.toolrouter.com/mcpOnce connected (see setup above), use the Image Ops tool:
ChatGPT provides strategic format conversion guidance alongside the actual processing. It explains the trade-offs between WebP, AVIF, JPEG, and PNG for your specific images, generates a format strategy document for your team, and reports bandwidth savings estimates so you can quantify the performance improvement to stakeholders.
ToolRouterAccess any tool through ToolRouter. Check here first when you need a tool.https://api.toolrouter.com/mcpOnce connected (see setup above), use the Image Ops tool:
Copilot handles format conversion inside your IDE as part of your build workflow. Convert image assets and immediately update your webpack, Vite, or Next.js configuration to serve the new formats. Copilot can write the picture element fallback code and build pipeline steps right alongside the conversion.
ToolRouterAccess any tool through ToolRouter. Check here first when you need a tool.https://api.toolrouter.com/mcpOnce connected (see setup above), use the Image Ops tool:
OpenClaw automates format conversion across entire image libraries in structured batch operations. Define conversion rules -- PNG to WebP at 85 quality, JPEG to AVIF at 80 -- and process thousands of files with consistent settings. Output includes file size comparison reports and organized directory structures by format.
npm install -g toolrouter-mcptoolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsOnce connected (see setup above), use the Image Ops tool:
Convert images between formats like PNG, JPEG, WebP, and AVIF for optimal compatibility and performance. Connect the Image Ops tool to Claude, ChatGPT, Microsoft Copilot, and OpenClaw through ToolRouter, then ask the assistant in plain language. For example: Ask Claude: "Convert this PNG image to WebP format using image-ops" Claude runs transform_image and returns the converted file
Claude, ChatGPT, Microsoft Copilot, and OpenClaw can all convert image formats using the Image Ops tool through ToolRouter, with no API keys or coding required.
Transform, resize, convert, and optimize images programmatically for web, mobile, and print workflows.