|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
Sampled representation of an image prepared for terminal rendering. More...
#include "donner/svg/renderer/TerminalImageViewer.h"
Public Member Functions | |
| const TerminalCell & | cellAt (int column, int row) const |
Return the cell at the given (column, row) position. | |
Public Attributes | |
| TerminalPixelMode | mode |
| Cell glyph mode used to render the sampled image. | |
| int | columns |
| Number of terminal columns in the sampled image. | |
| int | rows |
| Number of terminal rows in the sampled image. | |
| std::vector< TerminalCell > | cells |
| Row-major grid of sampled terminal cells. | |
Sampled representation of an image prepared for terminal rendering.