Image Converter
Convert an image between JPG, PNG, WebP, AVIF, GIF, TIFF, BMP, HEIC, SVG and PDF (rasterized) — pick any format pair.
Input
Converted server-side — this uses one credit per conversion.
Output
Result will appear here.
Guides
What the Image Converter does
Upload an image and pick a target format — JPG, PNG, WebP, AVIF, GIF or TIFF — and get back a converted file. Handles HEIC (iPhone photos), SVG and PDF as source formats too.
How to use it
- Choose an image file.
- Pick the format you want to convert it to.
- Click Convert. The conversion runs on our server, so this uses one credit per conversion.
Why does this cost a credit?
Image conversion runs server-side using mature libraries (not your browser), which is what makes HEIC, SVG and PDF sources work reliably across every device. That server time is what the credit covers.
Is my image stored?
Your image is processed for the conversion and not retained afterward.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/image-converter \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file": "<file>"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `image-converter` tool (Image Converter) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.
Part of a workflow
All collectionsChild tools
| Actions | ||||
|---|---|---|---|---|
| Any Image to AVIF Converter | Not chainable | |||
| Any Image to GIF Converter | Not chainable | |||
| Any Image to JPG Converter | Not chainable | |||
| Any Image to PNG Converter | Not chainable | |||
| Any Image to TIFF Converter | Not chainable | |||
| Any Image to WebP Converter | Not chainable | |||
| AVIF to JPG Converter | Not chainable | |||
| AVIF to PNG Converter | Not chainable | |||
| BMP to JPG Converter | Not chainable | |||
| BMP to PNG Converter | Not chainable | |||
| GIF to JPG Converter | Not chainable | |||
| GIF to PNG Converter | Not chainable | |||
| HEIC to JPG Converter | Not chainable | |||
| HEIC to PNG Converter | Not chainable | |||
| JPG to PNG Converter | Not chainable | |||
| PNG to JPG Converter | Not chainable | |||
| SVG to JPG Converter | Not chainable | |||
| SVG to PNG Converter | Not chainable | |||
| TIFF to JPG Converter | Not chainable | |||
| TIFF to PNG Converter | Not chainable | |||
| WebP to JPG Converter | Not chainable | |||
| WebP to PNG Converter | Not chainable |