Beam Bench Docs

Trace Image

Vectorize a raster image into editable paths. Live preview with node count and boundary cropping.

The Trace Image dialog converts a raster image into vector paths. Useful for cutting clean lines from a scanned drawing, vectorizing a logo for sharp engraving, or turning a photograph silhouette into an outline.

When it opens

Menu: Image → Trace Image (or Alt+T), with a raster image selected.

What you see

Left: the source image, with a draggable selection rectangle for cropping the trace to a sub-region.

Right: live SVG preview of the trace. Control nodes are marked.

Below: trace parameters.

Fields

FieldTypeNotes
Thresholdslider, 0–255Brightness cutoff for what counts as "ink".
DespeckletoggleRemove tiny isolated regions (noise).
Blurslider, 0–20Pre-blur the image. Useful for noisy scans.
Min Corner Angledegrees, 0–90Below this angle, the tracer creates a smooth curve. Above, a corner.
Min Node DistancepxNodes closer than this are merged. Higher = simpler output, lower fidelity.
ModeselectCenterline (single-pixel-wide path through the shape), Outline (closed outline of the shape), Boundary (closed outline restricted to a selected color region).
Output Colortoggle / pickerOnly in Boundary mode. The color to extract.

The boundary selection on the source image (drag a rectangle) restricts the trace to a sub-region.

Buttons

  • Cancel: dismiss without creating vector output.
  • Create Vector: apply the trace and place the result on the canvas as paths.

Notes

  • Preview updates with a ~250 ms debounce after parameter changes.
  • The node count is shown to help you tune Min Node Distance: aim for as few nodes as still represent the shape.
  • The created paths land on the active layer. For cutting, set the layer to Line mode.
  • The original raster image is left in place. Move or hide it as needed.

On this page