Convert PNG to EPS
Plenty of print workflows still ask for EPS. Trace the PNG into paths here and export Encapsulated PostScript your printer will accept.
- Entrée
- PNG
- Sortie
- EPS
- 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
- 01Logo — défini pour cette page16 couleurs
- 02TraitNoir 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 | PNG · entrée | EPS · sortie |
|---|---|---|
| Genre | Raster. A grid of pixels. | Vector. Encapsulated PostScript, the pre-press interchange format. |
| Mise à l'échelle | Blurs or pixelates past its native size. | Sharp at any size. |
| Couleur | Up to 16.7 million colours with 8-bit alpha. Lossless. | Solid fills. Many RIPs still expect EPS rather than SVG. |
| Modifiable dans | Photoshop, GIMP, Affinity Photo. | Illustrator, Inkscape, CorelDRAW, most RIP software. |
| Usage typique | Screenshots, web images, marks exported from a design tool. | Screen printing, sign shops, older print workflows. |
Bon à savoir
EPS is Encapsulated PostScript: a PostScript program describing one piece of artwork, with a bounding box. It predates SVG by a decade and survives because RIPs, screen-printing shops and older sign software were built around it and never had a reason to move.
What EPS gives you over a PNG is the same thing SVG does — real outlines that scale and separate. What it gives you over SVG is that the shop on the other end of the email will open it without asking questions.
An EPS with a bitmap inside it is still a bitmap. If a printer rejected your last file for being "not real vector", that is usually what happened: a converter wrapped the raster rather than tracing it.
Comment ça marche
Drop the PNG
Drop the mark. Flat artwork traces best; keep the palette small if it is going to screen print.
Trace to flat fills
One fill per colour, low node count. Screen printing wants few colours because each one is a screen.
Export EPS
Send it on, or open it in Illustrator or CorelDRAW first to assign spot colours.
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 does my printer want EPS instead of SVG?
- Because their RIP was built for PostScript and EPS is the format it has always taken. It is not a quality difference — the same outlines are in both — it is a workflow that works and has not needed changing.
- 02Is an EPS with an image inside it still vector?
- No, and that is the usual reason a print shop rejects a file. EPS can embed a bitmap; the result has a vector wrapper and raster contents, and it prints exactly as badly as the bitmap did.
- 03What about spot colours?
- The trace produces flat process fills. Assigning spot colours is a job for your editor once the paths exist, because which spot library applies depends on the shop.
Voir aussi
Conversions liées