This might be a bit off topic, but what are your options for putting images or "image like" drawings in the terminal now days?
This seems to just use blank spaces with terminal background color codes to draw things, which means your smallest "pixel" is the size of a terminal line.
Are there ways of getting higher definition in a terminal with fairly widespread support and keeping full color?
The hacker part of me is thinking with some combination of finding Unicode characters that "fit" an outline combined with color quantization (since every "character" has to be one color at most) might be able to cut the size in half...
This seems to just use blank spaces with terminal background color codes to draw things, which means your smallest "pixel" is the size of a terminal line.
Are there ways of getting higher definition in a terminal with fairly widespread support and keeping full color?
The hacker part of me is thinking with some combination of finding Unicode characters that "fit" an outline combined with color quantization (since every "character" has to be one color at most) might be able to cut the size in half...