Base64 Image Decoder - Online Tool

Base64 to Image Decode image from Base64 encoded data Input OR If you have large Base64 string, upload it as file Select Base64 encoded image decode image

About

Our Base64 to image online decoder tool allows you to quickly and easily convert Base64-encoded images to their original image format. Users simply copy the Base64-encoded image string, paste it into the decoder's input field, and click the decode button to initiate the decoding process. Once the image has been decoded, the user can view and download the resulting image file. If you need to encode an image with Base64, check out Image to Base64.

How to use this Base64 to Image online tool

  1. Paste the base64 encoded image data into the input form or simply upload it as file if Base64 data is too big.
  2. Click on the DECODE button.
  3. The result image will appear below the form along with the following data: filename, file size, mime type and download link.
  4. Make sure you download the image as soon as possible becuase link will expire.

Allowed image mime types

This tool decodes images for the following mime types:

  • image/jpg
  • image/jpeg
  • image/gif
  • image/png
  • image/bmp
  • image/ico
  • image/svg
  • image/webp

More tools

  • Base64 to Image
  • Base64 to File
  • Base64 to PDF
  • Base32 Decode

Base64 Decode functions

  • PHP base64_decode()
  • Python base64.b64decode()
  • Perl decode_base64()
  • VB System.Convert.FromBase64String()
  • C# System.Convert.FromBase64String()
  • Java decode()
  • Golang DecodeString()
  • Ruby Base64.decode64()
  • MySQL from_base64()
  • Dojo dojox.encoding.base64.decode()
  • PostgreSQL decode()
  • Linux base64 decode
  • JavaScript atob()
  • Rust base64::decode()

Tag » Code Base64 Image