An application that attempts to read a bitmap and render it to a terminal using ANSI colors. - On a truecolor/24-bit-compatible terminal, the bitmap will be rendered using the exact RGB of each pixel.
And these bitmaps may have both very sparse regions and very dense regions in them. For example - we use a bitmap to maintain the positions of all unspent outputs in the entire TXO set. The issue is ...