Comparison

VectorDrop vs Potrace

The Potrace tracing engine, without the command line.

Potrace is the classic open-source bitmap tracer that powers many vectorisers, but it is a command-line tool that works on bitmaps and outputs monochrome curves. VectorDrop gives you a modern, colour-aware trace in the browser, with visual controls instead of flags.

Feature-by-feature comparison

FeatureVectorDropPotrace
InterfaceBrowser playgroundCommand line
Install requiredNoYes
Colour tracingYesMonochrome only
Input formatsPNG, JPG, WebPPBM/PGM/PPM/BMP
Live visual feedbackYesNo — re-run to see changes
Scriptable / batchRoadmapYes — built for it

Where VectorDrop wins

  • No install, no toolchain, no preprocessing step
  • Traces colour artwork, not just black-and-white bitmaps
  • Accepts PNG, JPG, and WebP directly
  • See the effect of every setting immediately

Where Potrace still makes sense

  • Free and open source
  • Perfect for automated batch pipelines
  • Extremely mature, well-understood tracing algorithm

When to pick each

Choose VectorDrop for interactive, colour-aware tracing where you want to see and tune the result.

Choose Potrace if you are scripting bulk monochrome tracing as part of an automated build.

The verdict

Potrace is excellent inside a script or build pipeline. VectorDrop is the better fit when a human is looking at the result and wants to adjust it.

Frequently asked questions

Does VectorDrop use Potrace?

VectorDrop runs its own browser-native tracing pipeline. The workflow goal is the same as Potrace's, but colour-aware and interactive.

Can Potrace convert a PNG directly?

Not without a conversion step — Potrace expects bitmap formats such as PBM, so PNGs must be converted and usually thresholded first. VectorDrop takes the PNG as-is.

Which produces smaller SVG files?

Both produce compact curves. VectorDrop lets you lower the detail setting to cut node count directly, which is usually the fastest way to shrink an SVG.

Ready to vectorise your image?

Upload a PNG, JPG, or WebP and get a clean SVG in seconds. Free and browser-based.

Open the playground →