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.
- Entrée
- BMP
- Sortie
- SVG
- Moteur
- WASM, dans votre onglet
- Prix
- Aperçu gratuit
Déposez une image ici, ou collez-la
Votre image n'est jamais envoyée. Elle est tracée dans cet onglet.Ouvrir le convertisseur complet
Preset
- 01Logo16 couleurs
- 02Trait — défini pour cette pageNoir et blanc
- 03Photo64 couleurs
- 04Broderie8 couleurs · Découpe
- 05Vinyle4 couleurs · Découpe
- 06LaserNoir et blanc · Polygone
- Sortie · SVG · PDF · EPS · DXF
- Aperçu gratuit · téléchargement avec Pro 9,00 € / mois
- Votre fichier reste dans cet onglet
Pourquoi vectortrace
- Preuve 1 / 3
Dans le navigateur, en privé
Le moteur est du WebAssembly exécuté dans un worker sur votre propre machine. Votre image n'est jamais envoyée — il n'y a donc rien à divulguer, rien à supprimer, et rien à croire sur parole.
- Preuve 2 / 3
Des chemins modifiables, pas un habillage
Le moteur regroupe l'image en régions de couleur, prend la frontière entre elles et y ajuste des courbes. Ce qui en sort est une géométrie réelle — un fond par région, chaque nœud déplaçable — produite dans l'onglet et jamais sur un serveur.
- Preuve 3 / 3
Des formats pour l'impression et la production
SVG et PDF pour le visuel ; EPS et DXF pour découpeuses, graveurs et logiciels de broderie. De vrais fichiers, ouverts dans Illustrator, Inkscape et LibreCAD — pas un SVG contenant un JPEG.
Repères du format
| Repères du format | BMP · entrée | SVG · sortie |
|---|---|---|
| Genre | Raster. Usually uncompressed, so the files are large. | Vector. Paths described in XML. |
| Mise à l'échelle | Blurs or pixelates past its native size. | Sharp at any size. |
| Couleur | 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. |
| Modifiable dans | Photoshop, GIMP, Paint. | Illustrator, Inkscape, Figma, Affinity Designer, a text editor. |
| Usage typique | Windows tooling, scanner output, older CAD and CNC exports. | Web, icons, print artwork, the input to a cutter workflow. |
Bon à savoir
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.
Comment ça marche
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
Mesuré, pas vendu. Le corpus, la méthode et chaque chiffre produit par l'exécution sont publiés intégralement.
Méthodologie → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
Questions
- 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.
Voir aussi
Conversions liées