Change an image's format in one click. Free, fast and private — the conversion happens in your browser, nothing is uploaded.
Convert between PNG, JPG and WebP right in your browser.
Add a PNG, JPG or WebP. It loads instantly and stays on your device.
Pick the format you need — WebP for the smallest size, PNG for transparency, JPG for compatibility.
Save the image in its new format, ready to use anywhere.
Convert image formats server-side, ideal for automating batches.
curl -X POST "https://api.imageeditor.ai/v1/convert/" \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "files=@photo.png" \
-F "convert_to=webp"
# Response: {"uuid": "abc123", "domain": "https://imageeditor.ai"}
# Poll for the finished result:
curl -X POST "https://api.imageeditor.ai/v1/results/" \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "uuid=abc123"
Grab an API key on the developers page, then see the full API docs for every parameter.
PNG, JPG and WebP, in any direction. WebP gives the smallest files; PNG keeps transparency; JPG is the most universally compatible.
In the browser tool, no — it runs locally so your image stays private. The developer API also offers server-side conversion for automation.
JPG doesn't support transparency, so transparent areas become a solid background. Convert to PNG or WebP to keep transparency.
Yes — all modern browsers support WebP, and it's the best choice for fast-loading web images.
Converting between lossless formats keeps quality; converting to a lossy format like JPG or WebP uses a high-quality setting by default.
Yes, the browser converter is completely free with no account.
For automated, server-side conversion at scale, use our developer API endpoint shown above.
Switch between PNG, JPG and WebP instantly in your browser. Explore the full editing suite.
See Pro pricing Browse all tools