Base 64 Encode Image

This creates an html img tag with base64 encoded image. Select a local image to encode. Copy the image encoding from source or the js console and paste it in your html page.
Sometimes it is handy to have a page with no dependencies outside of the html file itself. Should not be used with large images.
This does not go to the server. Image is encoded entirely in browser via javascript.