Drop your image here
or click to browse — PNG, JPEG, WebP supported
Reduce file size with adjustable quality. 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/compress?quality=80&format=jpeg" \
-H "Content-Type: image/png" \
--data-binary @photo.png \
--output compressed.jpg| Parameter | Type | Required | Description |
|---|---|---|---|
| quality | integer | No (80) | Compression quality (1-100) |
| format | string | No | Output format: png, jpeg, webp |
POST /v1/image/compress — Paid with USDC on Base via x402. No accounts needed.
For photos, JPEG at 80% quality gives the best size-to-quality ratio. WebP is ~25% smaller than JPEG at the same quality. PNG is lossless and largest.
JPEG and WebP use lossy compression — some quality is lost. At 80% quality the difference is barely visible. PNG compression is lossless.
No. Compression happens entirely 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.