Pixel to Vector

Convert a raster image (PNG, JPEG, WebP) into a clean SVG vector graphic, entirely in your browser. Nothing is uploaded.

  • Black-and-white mode: threshold, contour tracing on the pixel cracks, subpixel refinement on anti-aliased edges, corner detection and Bezier fitting into one compact path.
  • Color mode: an OKLab k-means palette, then stacked layers ordered by area, so no sliver of background can show between two adjacent colors.
  • One Exact-to-Simple slider drives the tolerances; every individual parameter stays adjustable, per layer if you want.
  • Transparency survives, the output is plain SVG paths, and the file sizes are honest: typically a fraction of what other tracers emit.