무료 미리보기 · 업로드 없음

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개