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.
- 入力
- PNG
- 出力
- EPS
- エンジン
- WASM、タブ内で実行
- 価格
- 無料プレビュー
ここに画像をドロップ、または貼り付け
画像はアップロードされません。このタブ内でトレースされます。フルコンバーターを開く
プリセット
- 01ロゴ — このページ用の設定16 色
- 02線画白黒
- 03写真64 色
- 04刺繍8 色 · くり抜き
- 05ビニール4 色 · くり抜き
- 06レーザー白黒 · ポリゴン
- 出力 · SVG · PDF · EPS · DXF
- プレビュー無料・ダウンロードはPro €9.00 / 月
- ファイルはこのタブ内に留まります
vectortraceを選ぶ理由
- チケット 1 / 3
ブラウザ内で完結・非公開
エンジンはお使いの端末上のワーカーで動作するWebAssemblyです。画像がアップロードされることはないため、漏洩する心配も、削除する必要も、信用に頼る必要もありません。
- チケット 2 / 3
ラッパーではなく編集可能なパス
エンジンは画像を色領域にグループ化し、その境界を取り出してカーブをフィットさせます。出力されるのは実際の形状です — 領域ごとに1つの塗り、すべてのノードを自由に動かせます — タブ内で生成され、サーバー上で生成されることはありません。
- チケット 3 / 3
印刷・製造現場で使われる形式
アートワーク用にSVGとPDF、カッター・彫刻機・刺繍ソフト用にEPSとDXF。Illustrator、Inkscape、LibreCADで実際に開けるファイルです — 中身がJPEGのSVGではありません。
形式の基礎知識
| 形式の基礎知識 | PNG · 入力 | EPS · 出力 |
|---|---|---|
| 種類 | Raster. A grid of pixels. | Vector. Encapsulated PostScript, the pre-press interchange format. |
| 拡大縮小 | Blurs or pixelates past its native size. | Sharp at any size. |
| 色 | Up to 16.7 million colours with 8-bit alpha. Lossless. | Solid fills. Many RIPs still expect EPS rather than SVG. |
| 編集可能なソフト | Photoshop, GIMP, Affinity Photo. | Illustrator, Inkscape, CorelDRAW, most RIP software. |
| 主な用途 | Screenshots, web images, marks exported from a design tool. | Screen printing, sign shops, older print workflows. |
知っておきたいこと
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.
仕組み
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.
ベンチマーク
宣伝文句ではなく実測値。コーパス、手法、実行で得られたすべての数値を完全に公開しています。
手法 → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
よくある質問
- 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.
関連
関連する変換