PerfectVector
By Irene Kim10 min read

Inkscape Trace Bitmap: Get a Cleaner Vector Result

Inkscape's Trace Bitmap turns a raster image into vectors for free. Here's which settings matter, how to fix a messy trace, and when a one-click tool is better.

On this page

Trace Bitmap is Inkscape's free, built-in tool for turning a raster image (a PNG or JPG) into editable vector paths, a process called image vectorization. Inkscape's current tracing guide opens it with Path > Trace Bitmap (or Shift + Alt + B) and documents the single-scan and multiple-scan workflows described below. It works best on flat, high-contrast art: logos, silhouettes, and line drawings. See Inkscape's tracing guide.

It's genuinely capable, and free is hard to beat. Depending on the source and settings, its output can also need substantial cleanup, especially on color images. This guide covers the workflow, the settings that actually matter, how to fix the traces that come out wrong, and the cases where a one-click vectorizer saves you the trouble.

The short version
  • Open it: select your image, then Path > Trace Bitmap (Shift + Alt + B).
  • Single Scan makes one path (best for logos, silhouettes, line art). Multiple Scans keeps color but makes one stacked object per color, which gets hard to edit.
  • Brightness Cutoff is the default workhorse; adjust the threshold and hit Update to preview before you Apply.
  • Trace comes out messy? Most fixes are the threshold, the Speckles setting, or a higher-resolution source. Over-noded results need Path > Simplify.
  • Don't want to tune any of this? The Inkscape Trace Bitmap alternative removes the threshold-tuning step; inspect its paths and node count before using the result.

How to trace a bitmap in Inkscape

The basic workflow is five steps:

  1. Import your image. File > Import (or drag it onto the canvas).
  2. Select it with the Selector tool (the arrow).
  3. Open the tool: Path > Trace Bitmap, or Shift + Alt + B. A dialog opens with a live preview.
  4. Pick a mode and adjust, then click Update to refresh the preview. When it looks right, click Apply.
  5. Separate and clean up. The new vector lands exactly on top of your original raster. Drag it aside with the Selector tool, then delete the original image.

Which scan mode to use

The dialog has two tabs, and the choice between them decides almost everything about your result.

Single Scan produces one path. It's what you want for flat, single-color art. The sub-modes:

  • Brightness Cutoff is the everyday default. It makes a silhouette by splitting the image into black and white at the threshold you set. Best for logos, silhouettes, and solid shapes.
  • Edge Detection traces only the outlines of shapes, not the fills.
  • Color Quantization traces the borders between different colors.
  • Centerline Tracing reduces a shape to a single open line. This is the one to use for handwriting, signatures, and thin line art, and it's the answer when you want an outline-only result.

Multiple Scans keeps color or grayscale, but with a catch: it creates a separate object for each scan. Ask for 10 scans and you get 10 stacked shapes piled on top of each other. Inkscape's guide notes that these objects are stacked and may be hard to edit, especially for beginners. It's the right choice when you genuinely need color, but go in expecting to ungroup and untangle. See the documented multiple-scan behavior.

Your imageMode to use
Logo, silhouette, solid shapeSingle Scan, Brightness Cutoff
Just the outline of a shapeSingle Scan, Edge Detection
Handwriting or thin line artSingle Scan, Centerline
Full-color illustrationMultiple Scans, Colors (expect stacked objects)

The settings that actually matter

Most of the dialog is noise until you know what moves the needle:

  • Threshold (Brightness Cutoff). The single most important slider. It decides how much of the image becomes black versus white. Nudge it and watch the preview: too high swallows detail, too low picks up noise.
  • Speckles. Suppresses tiny stray dots the tracer would otherwise keep. Turn this up if your result is peppered with little specks.
  • Smooth corners and Optimize paths. These smooth the curves and reduce the number of nodes. Leave them on; they make the output easier to edit.
  • Colors / Scans (Multiple Scans). Fewer is almost always better. Every extra color is another stacked object to manage later.

Start with Brightness Cutoff, tune the threshold until the preview looks clean, and only reach for Multiple Scans when you truly need color.

When Trace Bitmap goes wrong

The most-searched Trace Bitmap problems have simple causes:

  • Nothing happens / the result is empty. You didn't select the image first, or the threshold is at an extreme. Click the image with the Selector tool, then bring the threshold back toward the middle.
  • The output is all black or all white. That's the threshold again. Drag it the other way and Update.
  • Stray speckles everywhere. Raise the Speckles setting, turn on Smooth corners, and start from a cleaner, higher-resolution source. A JPG full of compression noise traces that noise faithfully.
  • Jagged, rough edges. Usually a low-resolution input. Trace a larger, sharper version of the image.
  • The shapes aren't "perfect." Trace Bitmap follows pixels, not geometry, so a traced circle is a wobbly approximation of a circle. For clean geometric shapes, redraw them by hand with Inkscape's shape tools.
  • Way too many nodes. This is the big one (see below). Run Path > Simplify (Ctrl + L) to thin them out, though that softens detail too.

The output can be heavy

Here's what the tutorials skip. Trace Bitmap can produce a lot of nodes, and its multiple-scan color mode produces stacked objects, one per scan. The stacking is documented behavior, not a settings mistake.

A bloated trace can be slower to edit and render, while a stacked color trace takes more work to recolor or prepare as separate cut layers. If you plan to edit the result, it helps to know how to edit an SVG and why auto-traced files end up with too many nodes before you start. The tracing algorithm behind Inkscape's brightness-cutoff mode, Potrace, describes its job as converting bitmaps into smooth vector outlines rather than reconstructing the original design geometry. Read the Potrace technical description.

Trace Bitmap
The displayed logo trace from Inkscape Trace Bitmap, with densely packed anchor points
This displayed Trace Bitmap result has dense, irregular nodes that take more work to edit.
A clean trace
The same logo as a clean vector with a small number of well-placed anchor points
The same shape with few, well-placed nodes. Far easier to edit and cut.

What this looks like with PerfectVector

If the settings and cleanup are the part you'd rather skip, that's the gap a one-click tool fills. The PerfectVector comparison for Inkscape users reconstructs suitable flat artwork as editable paths and color shapes without a threshold to tune. Compare its free preview with the source, inspect the node layout and palette, and spend one credit only if the finished SVG fits your workflow.

This is less Inkscape versus PerfectVector than manual control versus a second automatic method. Trace Bitmap is a strong fit when the workflow must be free or offline, you want to drive every setting, and the job is a simple silhouette. Compare another vectorizer when the art has color or the first trace needs too much cleanup, then choose by fidelity, path structure, and editing time. If you work in Adobe instead, compare Illustrator Image Trace with an AI vectorizer for control, color, and node cleanup before settling on a workflow. If Krita is your painting workspace, the Krita vectorization guide explains when to redraw, convert a silhouette, or trace externally before bringing SVG back.

When to use which

  • Reach for Trace Bitmap when it needs to be free, you want hands-on control of every setting, the image is a simple black-and-white silhouette or line drawing, and you only do it occasionally. (Coming from GIMP? Trace Bitmap is the tracer GIMP itself doesn't have.)
  • Reach for a one-click vectorizer when clean, low-node output matters, the image has color, you're converting a lot of files, or you'd rather not tune thresholds at all.

Both produce real, editable SVGs. The difference is how much cleanup stands between you and a file you can actually use.

FAQ

What are the best Trace Bitmap settings in Inkscape? For most images, use Single Scan with Brightness Cutoff and adjust the threshold while watching the live preview. Turn on Smooth corners and Optimize paths to reduce nodes, and raise the Speckles setting if you see stray dots. Only use Multiple Scans with Colors when you genuinely need color, and keep the number of colors low.

Why is Inkscape Trace Bitmap not working? The usual cause is that no image is selected, so select it with the Selector tool first. If the preview is blank, all black, or all white, your threshold is at an extreme; drag it back toward the middle and click Update. Make sure you imported the image properly via File > Import.

How do I trace only the outline of an image in Inkscape? Use Single Scan with Edge Detection to trace the contours of shapes, or Centerline Tracing to reduce the image to a single open line. Centerline is best for handwriting, signatures, and thin line art where you want strokes rather than filled shapes.

Why does my Inkscape trace have so many nodes? Trace Bitmap derives outlines from the bitmap, so detailed or noisy inputs can create dense, irregular anchor points. Run Path > Simplify (Ctrl + L) to thin them, keep Optimize paths on, and start from a clean, high-resolution source. If node count matters, compare the paths from more than one tracing method before choosing the result.

Can Inkscape trace a color image? Yes, with Multiple Scans set to Colors, but it creates one stacked object per color. The result is harder to edit and weed because you have to ungroup and separate the layers. Keep the color count as low as the design allows.

Is Inkscape Trace Bitmap free? Yes. Inkscape is free and open-source on Windows, Mac, and Linux, and Trace Bitmap is built in at no cost.

Sources

  1. Inkscape — Tracing an Image — Current workflow, scan modes, preview controls, and multiple-scan behavior.
  2. Potrace — Transforming bitmaps into vector graphics — Official project overview for the bitmap-to-path tracer used by Inkscape's brightness-cutoff mode.
  3. Selinger — Potrace: a polygon-based tracing algorithm — Technical description of how bitmap outlines become vector curves.
  4. Adobe Illustrator — Auto simplify paths — Independent documentation of the detail-versus-anchor-point trade-off when simplifying paths.

Trace Bitmap is a capable free tool once you know which mode and settings to reach for. If the first result needs too much tuning or node cleanup, compare it with the Inkscape alternative workflow on the same source and choose by fidelity, path structure, and editing time.

More from the blog

Turn your image into
clean, editable vector paths