About

A tracer that produces geometry you can edit.

Vectorgram is a small, focused tool: raster in, vector out, priced per finished conversion.

What it is

Vectorgram turns a raster image into vector geometry. You give it a PNG, JPEG, WebP or BMP; it gives you back an SVG made of paths you can open in any editor and change.

The work it replaces is manual tracing — sitting with a pen tool over a pixel image and placing nodes by hand. That is hours of skilled, tedious work, and it is the same hours every time a client sends a logo as a screenshot.

How it works

The engine groups the image into flat regions first and fits curves to their outlines second. That ordering is the whole difference: a tracer that follows pixels produces a node wherever anti-aliasing wobbled, which is a file nobody can edit. Merging first means nodes land where the shape actually turns.

How aggressively regions merge is the detail setting, and how much of the tracer's own rounding is corrected afterwards is the smoothing setting. On Pro and above you set both per image; below that they are chosen from the image type.

What it deliberately doesn't do

It does not produce EPS, PNG, PDF, DXF or AI. The engine emits SVG and nothing converts it into anything else; wrapping an SVG in a container with the wrong extension is not a conversion, so those requests are refused rather than queued to fail.

It does not edit vectors in the browser. There is no node editor here yet, and until there is one, we would rather hand you a clean SVG than a toy that pretends to.

It does not train on your images. The privacy policy says so in the only place that counts, and the retention window is yours to set per upload.