AnonymouX47 / term-image

Display images in the terminal with python
https://term-image.readthedocs.io
MIT License
206 stars 9 forks source link

Support for terminal emulators with less colors #61

Open AnonymouX47 opened 2 years ago

AnonymouX47 commented 2 years ago

Requires #62

This will be implemented as render methods (and some style-specific parameters) common to all colored text-based render styles, defined by the [Colored]TextImage (not yet sure if ColoredTextImage will be a thing) class.

Progress:

Initial Idea

NB: These is mostly a raw dump of my thought process at the time I conceived the idea with updates once in a while, so might not be "neat".

[Colored]TextImage:

Requires updating _get_render_data():

Known Issues:

Any suggestions are always welcome. 😃