Drop your image here
or click to browse — PNG, JPEG, WebP supported
Convert between PNG, JPEG, and WebP instantly. Free, private, runs in your browser.
Drop your image here
or click to browse — PNG, JPEG, WebP supported
Unlike other background removers, Clear Canvas processes everything locally in your browser — your photos are never uploaded anywhere.
AI model runs in-browser via ONNX Runtime and WebAssembly — not on a remote server.
Files stay in browser memory and are discarded when the tab closes.
No account needed. Your images are never stored, shared, or sent to any server.
After initial model load, no network connection needed.
Need programmatic access? Use the x402 API for automated processing.
curl -X POST "https://x402.clearcanvas.app/v1/image/convert?format=webp" \
-H "Content-Type: image/png" \
--data-binary @photo.png \
--output converted.webp| Parameter | Type | Required | Description |
|---|---|---|---|
| format | string | Yes | Target format: png, jpeg, webp |
POST /v1/image/convert — Paid with USDC on Base via x402. No accounts needed.
Converting to PNG or WebP (lossless) preserves full quality. Converting to JPEG applies lossy compression — we use 92% quality by default.
JPEG does not support transparency. Transparent areas are filled with a white background.
No. Format conversion happens locally in your browser using the Canvas API. Nothing is uploaded.
These side-by-side pages are the fastest way to see whether Clear Canvas fits your workflow.