About vectorize-image
vectorize-image is a small indie project with one job: turn a raster image into a clean SVG vector, for free, without uploading anything.
Why
Most online vector converters either charge per file, watermark the output, cap free usage, or require a sign-up. We thought the basic case — “I have a PNG, I want an SVG” — should be as fast and private as resizing an image. So we built it.
How it works
The whole tracing engine ships to your browser as a tiny Web Worker. Your image is decoded with the Canvas API, traced locally, and returned as an SVG string — all without a network call.
Roadmap
- Higher quality multi-color tracing (vtracer wasm).
- PDF and EPS export.
- HEIC support and batch processing.
Contact
Feedback or feature requests? Email support@vectorize-image.app.