Convert a logo to vector
Someone sent the logo as a PNG. Trace it back into paths here — flat fills, low node count, editable — without uploading the brand asset anywhere.
- 입력
- Logo
- 출력
- Vector
- 엔진
- WASM, 여러분의 탭에서
- 가격
- 무료 미리보기
이미지를 여기에 놓거나 붙여넣으세요
이미지는 업로드되지 않습니다. 이 탭에서 트레이싱됩니다.전체 변환기 열기
프리셋
- 01로고 — 이 페이지에 설정됨16색
- 02선화흑백
- 03사진64색
- 04자수8색 · 컷아웃형
- 05비닐4색 · 컷아웃형
- 06레이저흑백 · 폴리곤
- 출력 · SVG · PDF · EPS · DXF
- 미리보기 무료 · 다운로드는 Pro 월 €9.00
- 파일이 이 탭 안에 머뭅니다
vectortrace를 선택하는 이유
- 전표 1 / 3
브라우저 내 실행, 완전한 비공개
엔진은 여러분의 기기에서 워커로 실행되는 WebAssembly입니다. 이미지는 업로드되지 않으므로 유출될 것도, 삭제할 것도, 믿고 맡길 것도 없습니다.
- 전표 2 / 3
감싼 것이 아니라 편집 가능한 패스
엔진은 이미지를 색상 영역으로 그룹화하고, 그 경계를 추출해 곡선을 피팅합니다. 결과물은 실제 지오메트리입니다 — 영역마다 하나의 채우기, 여러분이 직접 옮길 수 있는 모든 노드 — 탭 안에서 만들어지며 서버에서는 결코 만들어지지 않습니다.
- 전표 3 / 3
인쇄와 생산 현장에서 쓰는 형식
아트워크용 SVG와 PDF, 커터·조각기·자수 소프트웨어용 EPS와 DXF. Illustrator, Inkscape, LibreCAD에서 바로 열리는 실제 파일 — JPEG를 감싼 SVG가 아닙니다.
형식 정보
| 형식 정보 | Logo · 입력 | Vector · 출력 |
|---|---|---|
| 종류 | Usually a raster PNG or JPG of a mark that was vector once. | Paths and fills rather than pixels — SVG, PDF, EPS or DXF. |
| 확대/축소 | Blurs past its native size, which is why it has to be redrawn. | Sharp at any size. |
| 색상 | Flat brand colours, plus whatever the anti-aliasing added at the edges. | One solid fill per path, in a palette you can edit. |
| 편집 가능 프로그램 | Photoshop and GIMP — neither of which can move an edge cleanly. | Illustrator, Inkscape, Figma, Affinity Designer, CorelDRAW. |
| 일반적 용도 | Brand marks handed over as a screenshot or a web export. | Anything that will be printed, cut, engraved or resized. |
알아두면 좋은 점
A logo was almost always vector once. What you were sent is an export of it, and the export threw away the outlines. Tracing recovers a very good approximation: the same shapes, the same palette, edges placed from the anti-aliasing rather than guessed. It does not recover the original curve construction, so if the design agency still exists, ask them first.
The three things that make a traced logo usable are a small palette, a low node count and clean interior holes. A trace with four hundred nodes per letter is technically vector and practically unusable — nobody can kern it, and a cutter will stutter along it.
Not uploading matters more here than anywhere else on this site. An unreleased brand mark going through a stranger server is a real problem for a real client, and the honest way to avoid it is not to have a server in the path at all.
작동 방식
Drop the logo
PNG, JPG, WebP, BMP or GIF. It is traced in this tab and never leaves it.
Cut the palette down
A brand mark usually has two to five colours. Set the palette to that number so the trace merges the anti-aliased in-between shades.
Check the node count, then export
Low node counts are what make a traced logo editable. Export SVG for editing, PDF or EPS for print, DXF for cutting.
벤치마크
마케팅이 아니라 측정입니다. 코퍼스, 방법론, 그리고 실행이 만들어낸 모든 수치를 빠짐없이 게시합니다.
방법론 → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
질문
- 01Will the traced logo be identical to the original vector?
- Close, not identical. Tracing recovers the shapes and the palette from the pixels; it cannot recover how the original curves were constructed. For most uses — print, cut, embroider, resize — the difference is invisible. For a brand guideline document, get the original.
- 02What resolution should the source be?
- Bigger is better up to a point: more pixels means the anti-aliasing carries more evidence about where the edge is. Past a few thousand pixels across, a flat mark stops improving because there is no more information in it.
- 03Is my client logo uploaded to a server?
- 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.
관련
관련 변환