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.
- Entrada
- BMP
- Salida
- SVG
- Motor
- WASM, en tu pestaña
- Precio
- Vista previa gratis
Suelta una imagen aquí, o pega
Tu imagen nunca se sube. Se traza en esta pestaña.Abrir el convertidor completo
Preajuste
- 01Logo16 colores
- 02Dibujo lineal — definido para esta páginaBlanco y negro
- 03Foto64 colores
- 04Bordado8 colores · Recorte
- 05Vinilo4 colores · Recorte
- 06LáserBlanco y negro · Polígono
- Salida · SVG · PDF · EPS · DXF
- Vista previa gratis · descarga con Pro 9,00 € / mes
- Tu archivo se queda en esta pestaña
Por qué vectortrace
- Ficha 1 / 3
En el navegador y privado
El motor es WebAssembly ejecutándose en un worker en tu propio equipo. Tu imagen nunca se sube, así que no hay nada que filtrar, nada que borrar y nada que dar por hecho.
- Ficha 2 / 3
Trazados editables, no un envoltorio
El motor agrupa la imagen en regiones de color, toma el límite entre ellas y ajusta curvas sobre él. Lo que sale es geometría real — un relleno por región, cada nodo tuyo para mover — producida en la pestaña y nunca en un servidor.
- Ficha 3 / 3
Formatos que usan imprenta y producción
SVG y PDF para artes finales; EPS y DXF para plotters de corte, grabadoras y software de bordado. Archivos reales, que se abren en Illustrator, Inkscape y LibreCAD — no un SVG con un JPEG dentro.
Datos del formato
| Datos del formato | BMP · entrada | SVG · salida |
|---|---|---|
| Tipo | Raster. Usually uncompressed, so the files are large. | Vector. Paths described in XML. |
| Escalado | Blurs or pixelates past its native size. | Sharp at any size. |
| Color | 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. |
| Editable en | Photoshop, GIMP, Paint. | Illustrator, Inkscape, Figma, Affinity Designer, a text editor. |
| Uso típico | Windows tooling, scanner output, older CAD and CNC exports. | Web, icons, print artwork, the input to a cutter workflow. |
Vale la pena saber
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.
Cómo funciona
Drop the BMP
Drop the .bmp file. 1-bit, 8-bit and 24-bit BMPs are all decoded by the browser.
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.
Export the SVG
The outlines open in Inkscape or Illustrator, and in LibreCAD once the DXF exporter lands.
Benchmark
Medido, no publicitado. El corpus, el método y todas las cifras que produjo la ejecución se publican por completo.
Metodología → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
Preguntas
- 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.
Relacionado
Conversiones relacionadas