Convert PNG to DXF
Cutter software wants outlines, not pixels. Trace the PNG into closed paths here, then export DXF for LightBurn, LibreCAD, Fusion 360 or your plotter.
- 入力
- PNG
- 出力
- DXF
- エンジン
- 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 · 入力 | DXF · 出力 |
|---|---|---|
| 種類 | Raster. A grid of pixels. | Vector. AutoCAD Drawing Interchange — geometry and layers, no fills. |
| 拡大縮小 | Blurs or pixelates past its native size. | Sharp at any size, and it carries real drawing units. |
| 色 | Up to 16.7 million colours with 8-bit alpha. Lossless. | None as a fill. Colour in DXF is a property of the layer. |
| 編集可能なソフト | Photoshop, GIMP, Affinity Photo. | LibreCAD, AutoCAD, Fusion 360, LightBurn, most cutter software. |
| 主な用途 | Screenshots, web images, marks exported from a design tool. | Laser cutters, CNC routers, plasma tables, vinyl plotters. |
知っておきたいこと
DXF describes geometry and layers. It has no fills, no gradients and no alpha — a cutter only needs to know where the tool goes. That is why the laser preset traces binary and fits straight polygon segments rather than splines: a machine controller interpolates arcs its own way, and a polyline says exactly one thing.
DXF also carries drawing units, which SVG does not by default. The size you cut is the size in the file, so decide the physical dimensions before you export rather than scaling in the machine software afterwards.
Interior holes matter. A letter O has to be two closed contours with opposite winding or the cutter fills it in. Cutout mode produces disjoint regions for exactly this reason.
仕組み
Drop the PNG
Drop the mark or drawing you want to cut. It is traced in this tab.
Use the laser preset
Binary trace, polygon fitting, high coordinate precision. Check that interior holes are separate closed contours.
Export DXF
Open the result in LightBurn, LibreCAD or your machine software and confirm the units before you cut.
ベンチマーク
宣伝文句ではなく実測値。コーパス、手法、実行で得られたすべての数値を完全に公開しています。
手法 → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
よくある質問
- 01Which DXF version is written?
- The exporter targets AutoCAD R2000 (AC1015), which is the version cutter and CAM software reads most reliably. It is also the version most sign and laser tools list as their recommended import.
- 02Why does my cut have double lines?
- A traced outline is a filled region boundary, so a stroke in the original becomes two contours — one for each side of the line. That is correct for cutting a shape out and wrong for engraving a line; for engraving, cut on a centreline in your machine software.
- 03Can I set the size in millimetres?
- DXF carries units, so the exported drawing has a real size. Set the physical dimensions before export rather than scaling afterwards, which is where rounding creeps in.
関連
関連する変換