sean-delcastillo / PTGScroller

PTGScroller reads scroll files with the ".scrl" extension and displays the contents in the terminal using PyTermGUI
http://ptgscroller.seandelcastillo.com/
MIT License
1 stars 0 forks source link

Image support #1

Closed sean-delcastillo closed 1 year ago

sean-delcastillo commented 1 year ago

Allow images to be embedded into a scroll's contents. Terminal image support is possible through PyTermGUI's pixel matrix module. Images can be indicated through an "img" tag with a "src" attribute in the content xml.

sean-delcastillo commented 1 year ago

Added with https://github.com/sean-delcastillo/PTGScroller/pull/4