tkhtmlview
tkhtmlview copied to clipboard
add support for base64 embedded images
The HTML tag supports images embedded directly into src attribute using base64 encoding, see for example this question on SO. I've added that trivial functionality to the parser since I needed it in my own project using tkhtmlview.
Summary by Sourcery
New Features:
- Support decoding and rendering of base64-encoded JPEG, PNG, and GIF images in
tags