VectorTrace vs Inkscape Trace Bitmap

Trace Bitmap is the free option most people meet first, and it is genuinely good. The differences are the install, the automation path and where the trace runs.

Trace Bitmap in Inkscape 1.4, per the release notes and the manualVisit Inkscape Trace Bitmap
Product
Inkscape Trace Bitmap
Checked
2026-09-07
Rule
Sourced and dated
Price
Free preview
01

Side by side

6 rows · each sourced and dated
Side by sidevectortraceInkscape Trace Bitmap
Where the image is processedThe image is traced by WebAssembly in a Web Worker in your own tab. It is never uploaded, so there is nothing to store, delete or leak.On your own machine. Inkscape is a desktop application you download and install, so the file never leaves the computer — the same answer we give, reached a different way.Source · checked 2026-09-07
What you installNothing. A browser tab, and a WebAssembly module the page loads on first interaction.Inkscape itself, downloaded and installed on Windows, Mac or Linux, per its own documentation.Source · checked 2026-09-07
Licence and costPreviews are free and unlimited. Downloads need Pro at €9.00 per month or €69.00 per year, tax inclusive.Free and open-source software under the GNU General Public License, installable on as many machines as you like.Source · checked 2026-09-07
How colour is handledA preset fixes the palette, then the engine segments the image into colour regions and writes one filled path per region, sharing each boundary between its two neighbours.Single-scan modes — brightness cutoff, edge detection, colour quantization, autotrace and centreline — or multiple scans, which the manual describes as creating a separate stacked object per scan.Source · checked 2026-09-07
Output formatsSVG, PDF, EPS and DXF, all written by the same Rust exporters from one document.SVG natively; the manual lists PDF, EPS, PS, DXF, EMF, WMF and HPGL among the formats File > Save a Copy writes.Source · checked 2026-09-07
Automating a tracePOST /api/v1/vectorize, documented by a generated OpenAPI 3.1 document at /api/openapi.json — no desktop install anywhere in the pipeline.The 1.4 release notes document an object_trace action, so a trace can be driven from the command line on a machine that has Inkscape installed.Source · checked 2026-09-07
02

Worth knowing

Trace Bitmap is built into Inkscape, the free and open-source vector editor for Windows, Mac and Linux. It uses routines from Potrace, and the trace lands directly in the document you were already editing, which is a real advantage: the next step after a trace is almost always editing.

VectorTrace is a web page. There is nothing to install, the engine is a WebAssembly module that runs in your tab, and the same trace is reachable over an HTTP API. Both tools keep your file on your own machine, so this comparison is not a privacy one — it is about what you install, what comes out, and how you automate it.

No side-by-side benchmark exists yet. We have measured our own engine on the committed corpus and published every figure it produced, dated and versioned, and the row below points at that run. We have not traced the same corpus through Inkscape, so nothing here compares output quality. Until we do, the honest instruction is the one in the open questions: trace your own file in both and look at the result.

03

What we have not measured

3 open questions
  1. Which output needs less cleanup on YOUR artwork? There is no published head-to-head, so the check that settles it is yours: trace the same file in both, then compare the node counts your editor reports and look at the boundary at 800%.
  2. Is Potrace-style brightness cutoff or colour-region segmentation the right model for your image? A flat logo and a photograph answer that differently, and both tools show you a preview before you commit.
  3. Does your pipeline need a machine with software installed on it? Ours is an HTTP call; theirs is a command-line action on a machine that has Inkscape.
04

Benchmark

No claim without a number, a date and a version.
smoke (30 fixtures) · 2026-09-05 · 0.3.34

Measured, not marketed. The corpus, the method and every figure the run produced are published in full.

Methodology/benchmarks
boundary error, p95
0.09 px
region-count error
0.000
node-count ratio
1.00×
05

Why vectortrace

3 claims · fixed order
06

Questions

4 questions
01Is Inkscape good enough for tracing?
For a lot of work, yes — it is free, it runs on your own machine, and the trace lands in an editor you can immediately fix it in. We would not tell you to stop using it. The reasons to use something else are an unattended pipeline, a machine you cannot install software on, or a cutter format you want written directly.
02Which one produces cleaner paths?
We have not measured it, so we are not going to claim it. Our own figures on the committed smoke corpus are published on /benchmarks with the date and the engine version; nothing equivalent exists for Trace Bitmap here, and a comparison needs both halves.
03Can I open VectorTrace output in Inkscape?
Yes. The SVG is one path per colour region with a plain fill and no wrapper, so Inkscape opens it as ordinary editable artwork.
04Does either tool upload my image?
Neither. Inkscape is a desktop application and our engine runs as WebAssembly in your own tab. On this comparison the privacy row is a tie, and we say so rather than implying otherwise.
07

Related

5 links