Donner 0.5.1
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::svg::TerminalImage Struct Reference

Sampled representation of an image prepared for terminal rendering. More...

#include "donner/svg/renderer/TerminalImageViewer.h"

Collaboration diagram for donner::svg::TerminalImage:
[legend]

Public Member Functions

const TerminalCellcellAt (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< TerminalCellcells
 Row-major grid of sampled terminal cells.

Detailed Description

Sampled representation of an image prepared for terminal rendering.


The documentation for this struct was generated from the following file: