完全在浏览器中,通过描摹将位图图像(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/image-to-svg" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>相关工具