Tiny Online Tools logoTiny Online Toolssearch搜索工具…grid_view全部工具
首页chevron_right图像工具chevron_rightPNG 转 SVGPNG 转 SVG

PNG 转 SVG

将光栅图像包裹在 SVG 容器中,或把像素画描摹为彩色矩形。

upload_file

点击浏览 或将文件拖放到这里

选择图片 (PNG, JPG, WebP)

接受格式:image/png,image/jpeg,image/webp,image/gif

转换模式嵌入(在 SVG 内包含 base64)像素描摹(彩色矩形,最适合小型像素画)

相似工具

SVG转PNG

SVG转PNG

在浏览器中将SVG文件渲染为任意尺寸的PNG图片。

SVG 转 JPG

SVG 转 JPG

将 SVG 矢量图转换为可调质量的 JPEG 图片。

ICO 转 PNG

ICO 转 PNG

从 ICO 图标文件中提取 PNG 图片,并下载各个尺寸。

PDF 转 SVG

PDF 转 SVG

在浏览器中将 PDF 页面转换为可缩放的 SVG 矢量文件。

拆分 PDF

拆分 PDF

将 PDF 文件拆分为单独页面或页面范围。

随机数生成器

随机数生成器

在自定义范围内生成随机数。

视频缩略图生成器

视频缩略图生成器

从任意视频的指定时间点提取单帧,并保存为 PNG 缩略图。

apps

更多工具

浏览我们完整的免费在线工具集合。

PNG to SVG 转换er

转换 raster images into SVG 格式化 using two distinct approaches: embed your image as base64 within an SVG container, or trace pixel art into individual colored rectangles. This flexibility handles everything from photographs to retro game sprites.

The Embed mode advantage

Embedding wraps your PNG, JPG, or WebP image inside an SVG container as base64-encoded data. This preserves every pixel of the original image while giving you SVG 优点 like scalability and easy manipulation through code. Embedded SVGs work perfectly for photographs, complex illustrations, and detailed designs where perfect quality matters more than file reduction.

Pixel Trace for art and icons

Pixel Trace 转换s small images into colored rectangles, one per pixel. This 创建s a true vector representation ideal for pixel art, retro graphics, and simple icons. Because each pixel becomes a separate SVG element, output files grow quickly with image size. This mode works best for images under 64×64 pixels—larger images produce unwieldy SVG code.

When to use each approach

Choose Embed for any image where you want the original quality preserved. Use Pixel Trace when you need actual vector art from small, low-resolution pixel graphics. Both modes run entirely in your 浏览器 with no 上传s or server processing.

Design system integration

Embedded SVGs integrate smoothly into responsive layouts and scale without quality loss. Pixel-traced artwork becomes editable vector code you can customize, animate, or optimize further.