在瀏覽器中通過追蹤將點陣圖片(PNG、JPG)向量化為可縮放的 SVG。
如何使用 圖片轉 SVG
選擇圖片,最好是標誌或平面圖形。
設定要追蹤的顏色數量,然後向量化。
比較結果並下載 SVG。
An image to SVG vectorizer that traces a raster image (PNG or JPG) into scalable vector paths in your browser, with a color control and a side-by-side preview so you can see the result before downloading.
Raster images are made of pixels and blur when enlarged; SVG is made of shapes and stays sharp at any size. Tracing converts the pixels into shapes, which is ideal for turning a logo or icon into a clean, scalable SVG.
Everything runs locally in your browser, so your image never leaves your device.
It is important to know this is tracing, not a true reverse of SVG to PNG. The tool re-draws the image as vector shapes by following areas of color; it cannot recover an original SVG that was never there.
Tracing suits logos, icons and line art with flat areas of color, and not photographs. A photo has continuous tones that trace into thousands of shapes, so it ends up posterized and the file becomes large.
The color control sets how many colors the tracer reduces the image to. Fewer colors give a simpler, smaller SVG; more colors keep detail at the cost of file size, so you can tune the balance for your image.
常見問題
不會。追蹤完全在瀏覽器中執行,圖片永遠不會離開您的裝置。
向量化將顏色區域轉換為形狀,適合標誌和線條藝術。相片有連續色調,追蹤後會變成數千個形狀,看起來像色調分離,檔案也會變大。
設定追蹤器將圖片減少到多少種顏色。顏色越少,SVG 越簡單、越小;顏色越多,細節保留越多,但檔案越大。
嵌入此工具
將此工具加入你自己的網站。複製下方的程式碼片段,它會自動保持最新。
<iframe src="https://monu.tools/embed/zh-Hant/image-to-svg" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>相關工具