tkhtmlview icon indicating copy to clipboard operation
tkhtmlview copied to clipboard

add support for base64 embedded images

Open blamster19 opened this issue 4 months ago • 1 comments

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

blamster19 avatar Sep 30 '25 15:09 blamster19