ตัวแปลง Base64 เป็นรูปภาพ
ถอดรหัสสตริง Base64 หรือ data URL เพื่อแปลงเป็นรูปภาพที่ดาวน์โหลดได้
วิธีใช้เครื่องมือนี้
- 1
Paste your Base64 payload or full data URL (data:image/...) into the text box. Leading and trailing whitespace in a raw Base64 string is stripped automatically.
- 2
The decoded image appears as a live preview the moment the browser can render it; if the data cannot be decoded, an 'Invalid Base64 image data' message is shown instead.
- 3
Click the Download button to save the image to your device as image.png.
ตัวแปลง Base64 เป็นรูปภาพคืออะไร?
หากคุณได้รับไฟล์ CSS หรือหน้า HTML ที่มี data URL ฝังอยู่ เครื่องมือนี้จะดึงรูปภาพออกมาเพื่อให้คุณบันทึกเป็นไฟล์ได้ วาง data URL แบบเต็ม (data:image/...) หรือเฉพาะ payload ของ Base64: เราจัดการได้ทั้งสองแบบ
กรณีการใช้งานทั่วไป
Recovering an icon or logo that a previous developer hard-coded as a data URL inside a CSS or HTML file, so you can save it back to a real .png file.
Inspecting a Base64 image string returned by an API or stored in a JSON payload to confirm it actually decodes to the picture you expect.
Pulling an embedded image out of an SVG or email template where assets were inlined as data URLs to reduce HTTP requests.
Quickly verifying that a Base64 string copied from logs, a database column, or a clipboard snippet is a valid, renderable image.
Extracting a screenshot or avatar that a tool exported as a data URL when you need the binary file instead of the text blob.
Teaching or demonstrating how data URLs work by pasting an encoded string and watching it render live in the preview.
คำถามที่พบบ่อย
มันรับเฉพาะสตริง Base64 ได้หรือไม่?▼
เครื่องมือที่เกี่ยวข้อง
เครื่องมือบีบอัดรูปภาพ
บีบอัดรูปภาพ JPG, PNG และ WebP ได้โดยตรงในเบราว์เซอร์ของคุณ ไม่มีการอัปโหลด ไฟล์ของคุณจะไม่ออกจากอุปกรณ์ของคุณเลย
เครื่องมือแปลงรูปภาพเป็น Base64
แปลงไฟล์รูปภาพใดก็ได้ให้เป็น data URL แบบ Base64 วางผลลัพธ์ลงใน CSS, HTML หรือ JSON ได้โดยตรง
เครื่องมือสร้าง Favicon
สร้างชุด favicon ที่สมบูรณ์จากภาพใดก็ได้ ทุกขนาดที่เบราว์เซอร์ iOS และ Android ต้องการ
เครื่องมือปรับขนาดรูปภาพ
ปรับขนาดรูปภาพใดก็ได้ให้เป็นขนาดที่กำหนดเอง ทั้งหมดทำงานในเบราว์เซอร์ของคุณ โดยไม่มีการอัปโหลด
เครื่องมือแปลง PNG เป็น JPG
แปลงรูปภาพ PNG เป็นรูปแบบ JPG ไฟล์มีขนาดเล็กลงสำหรับภาพถ่ายและภาพหน้าจอ
เครื่องมือแปลง JPG เป็น PNG
แปลงรูปภาพ JPG/JPEG เป็น PNG แบบไม่สูญเสียข้อมูล