Base64 Image Converter

created by T R Bradshaw on July 31, 2012 11:36 AM

Just for fun I decided to make an image converter that turns images into <img> tags with base64 encoding. This lets you embed an <img> without linking it to an image file. Instead of a link, the src parameter contains the base64 encoding of the image. The tags are pretty long, but it's still pretty cool.

You can find the converter here.




Return to blog listing