Monu Tools

แปลง SVG เป็น PNG

แปลงกราฟิก SVG vector เป็น PNG raster ในขนาดใดก็ได้ ทั้งหมดในเบราว์เซอร์ของคุณ

วิธีใช้ SVG เป็น PNG

  1. 01

    อัปโหลดไฟล์ SVG หรือวาง markup

  2. 02

    ตั้งความกว้างเอาต์พุต ความสูงตามสัดส่วน

  3. 03

    ดาวน์โหลด PNG ที่แสดงผล

What it does

An SVG to PNG converter that rasterizes vector graphics at any resolution you choose, in your browser. Give it an SVG file or paste the raw markup, set the output size, and download a PNG.

SVG is a vector format made of shapes and paths, so it scales to any size without blurring, which is why icons and logos are stored as SVG. PNG is a raster (pixel) format, which is what many platforms, image fields and tools actually accept.

Conversion happens entirely on your device, so your graphics are never uploaded to a server.

How it works in your browser

It runs locally with the Canvas API, rendering the SVG and reading back the pixels, so conversion is instant and your graphics stay on your device.

Resolution and transparency

Because the source is vector, you can export at whatever resolution you need without losing sharpness. For crisp results on high-resolution screens, export at 2x or 3x the size the image will be displayed at.

PNG supports transparency, so an SVG with no background converts to a PNG with a transparent background, ready to place over any color, which is ideal for logos and icons.

Fonts and external resources

One caveat: the SVG renders using the fonts your browser has available, and an SVG that references external images or resources may not include them. Self-contained SVGs, with shapes and embedded data, convert most reliably.

คำถามที่พบบ่อย

SVG ของฉันถูกอัปโหลดไปที่ไหนไหม?

ไม่ SVG ถูกแสดงผลเป็น PNG ทั้งหมดในเบราว์เซอร์ของคุณด้วย Canvas API ดังนั้นไม่มีการส่งไปยังเซิร์ฟเวอร์

ควรส่งออกขนาดใด?

เนื่องจาก SVG เป็น vector คุณสามารถส่งออกในขนาดใดก็ได้โดยไม่เบลอ ส่งออกที่ขนาด 2x หรือ 3x ของขนาดแสดงผลเพื่อผลที่คมชัดบนหน้าจอความละเอียดสูง

รูปภาพภายนอกและฟอนต์รวมอยู่ด้วยไหม?

ฟอนต์แสดงผลโดยใช้ที่เบราว์เซอร์ของคุณมี และ SVG ที่อ้างอิงทรัพยากรภายนอกอาจไม่รวม SVG ที่ self-contained จะแปลงได้น่าเชื่อถือที่สุด

แหล่งข้อมูล

ฝังเครื่องมือนี้

เพิ่มเครื่องมือนี้ลงในเว็บไซต์ของคุณเอง คัดลอกสคริปต์ด้านล่าง โดยจะอัปเดตให้เป็นปัจจุบันโดยอัตโนมัติ

<iframe src="https://monu.tools/embed/th/svg-to-png" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

เครื่องมือที่เกี่ยวข้อง