Convert JPG to DXF
A JPG is the worst input a cutter can get and the one you are most often given. Filter the artefacts first, then export DXF outlines a machine can follow.
- 入力
- JPG
- 出力
- 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ではありません。
形式の基礎知識
| 形式の基礎知識 | JPG · 入力 | DXF · 出力 |
|---|---|---|
| 種類 | Raster. A grid of pixels, stored in 8x8 blocks. | Vector. AutoCAD Drawing Interchange — geometry and layers, no fills. |
| 拡大縮小 | Blurs past its native size, and the block artefacts scale with it. | Sharp at any size, and it carries real drawing units. |
| 色 | Up to 16.7 million colours, no alpha channel. Lossy. | 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. |
| 主な用途 | Photographs, camera output, anything a client emails you. | Laser cutters, CNC routers, plasma tables, vinyl plotters. |
知っておきたいこと
JPEG ringing around a hard edge is a band of intermediate pixels a few wide, and the tracer turns each stray band into its own tiny region. Raising the speckle filter drops those regions before they become paths, and lowering the palette merges the block-to-block colour drift back into one fill; between them they are what removes the wobble a cutter would otherwise follow.
If you can get the original PNG, PDF or AI file, use that instead. A JPEG of a logo has already thrown away the information that defines the edge, and no tracer can put it back — it can only make a defensible guess.
DXF has no fills, so what you are producing is a cut path. Decide before exporting whether you are cutting the shape out or engraving it: the first wants the outline, the second wants a centreline your machine software generates.
仕組み
Drop the JPG
Drop the artwork. It is decoded and traced locally.
Filter the artefacts
Laser preset, then raise the speckle filter until the contour stops rippling along the edges.
Export DXF
Check units and interior holes in your machine software before cutting anything expensive.
ベンチマーク
宣伝文句ではなく実測値。コーパス、手法、実行で得られたすべての数値を完全に公開しています。
手法 → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
よくある質問
- 01Why does the cut path look wobbly?
- JPEG ringing. The compressor put a band of intermediate pixels along every hard edge, and a threshold-based trace follows that band. Raise the speckle filter, drop the colour count, and if you can, get a lossless copy of the artwork.
- 02Which DXF version is written?
- AutoCAD R2000 (AC1015) — the version cutter, CAM and sign software reads most reliably.
- 03Does the file leave my machine?
- No. The tracer is WebAssembly running in a Web Worker in this tab, so the pixels stay on your machine. There is no upload step, which is also why it keeps working with the network off.
関連
関連する変換