免费预览 · 无需上传

Convert BMP to SVG

BMP is uncompressed, so there are no compression artefacts to trace around — what the scanner or the CAD export wrote is exactly what the tracer reads.

输入
BMP
输出
SVG
引擎
WASM,在您的标签页中运行
价格
免费预览
工单BMP → SVG · 预设: 线稿

将图像拖放到此处,或直接粘贴

SVGPDF

您的图像绝不会被上传,它会在此标签页中完成描摹。打开完整转换器

预设

  • 01标志16 种颜色
  • 02线稿本页所用设置黑白
  • 03照片64 种颜色
  • 04刺绣8 种颜色 · 镂空
  • 05刻字膜4 种颜色 · 镂空
  • 06激光黑白 · 多边形
01

为什么选择 vectortrace

3 项主张 · 固定顺序
02

格式速览

输入 BMP · 输出 SVG
格式速览BMP · 输入SVG · 输出
类型Raster. Usually uncompressed, so the files are large.Vector. Paths described in XML.
缩放特性Blurs or pixelates past its native size.Sharp at any size.
颜色1, 4, 8, 24 or 32 bits per pixel. Alpha only at 32-bit.One solid fill per path, in a palette you can edit by hand.
可编辑于Photoshop, GIMP, Paint.Illustrator, Inkscape, Figma, Affinity Designer, a text editor.
典型用途Windows tooling, scanner output, older CAD and CNC exports.Web, icons, print artwork, the input to a cutter workflow.
03

值得了解

BMP files come out of scanners, Windows tooling and older CAD and CNC software, and they are usually the cleanest input a tracer can get: no block artefacts, no ringing, no palette dithering unless the file is 8-bit indexed.

A 1-bit BMP is already black and white, which is what the line-art preset expects — it is the default on this page for that reason. Speckle filtering still matters for a scan, because scanner noise is a scatter of single dark pixels and every one of them would otherwise become a path.

BMP has no alpha except in the rarely used 32-bit form, so expect a background region and delete it after export.

04

工作原理

3 个步骤
  1. Drop the BMP

    Drop the .bmp file. 1-bit, 8-bit and 24-bit BMPs are all decoded by the browser.

  2. Stay on line art for a scan

    Line art traces one ink colour against paper. Raise the speckle filter until scanner noise stops producing paths.

  3. Export the SVG

    The outlines open in Inkscape or Illustrator, and in LibreCAD once the DXF exporter lands.

05

基准测试

没有数字、日期和版本号支撑的说法,一概不作。
smoke (30 fixtures) · 2026-09-05 · 0.3.34

用数据说话,而非营销话术。语料库、测试方法以及本次测试产生的每一项数据均全部公开。

测试方法/benchmarks
boundary error, p95
0.09 px
region-count error
0.000
node-count ratio
1.00×
06

常见问题

3 个问题
01Why is BMP a good format to vectorise?
Because it is uncompressed. JPEG and lossy WebP both invent detail near edges that a tracer then faithfully reproduces; a BMP has none of that, so the only noise is whatever the scanner or the source software actually produced.
02My scan traces as thousands of specks. What do I change?
Raise the speckle filter until the isolated dark pixels stop becoming regions, and keep line art selected so the trace is binary rather than trying to model paper tone as colours.
03Can I edit the SVG afterwards?
Yes. The output is ordinary SVG — one path per colour region, with a plain fill — so Illustrator, Inkscape, Figma, Affinity Designer and a text editor all open it and all let you move a node.
07

相关内容

7 个链接