Terminal Graphics
Single-file, header-only C++20 functionality for producing graphics on the terminal using the sixel protocol
|
▼NTG | The namespace within which all functionality is placed |
CFont | A class to hold the information about the font used for text rendering |
CImage | A simple class to hold a 2D image using datatype specified as ValueType template parameter |
Cmagnify | Adapter class to magnify an image |
CPlot | A class to provide plotting capabilities |
CRescale | Adapter class to rescale intensities of image to colourmap indices |