Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
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"

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: