![]() |
Mads
Multi-Agent Distributed System
|
#include <TerminalLogoRenderer.hpp>
Classes | |
| struct | Options |
Public Types | |
| enum class | ColorMode { Auto , TrueColor , Ansi256 , Ansi16 , Mono } |
Static Public Member Functions | |
| static ColorMode | parse_mode (std::string_view value) |
| static void | render_from_path (const std::filesystem::path &image_path, std::ostream &out, const Options &options) |
| static void | render_from_path (const std::filesystem::path &image_path, std::ostream &out) |
Definition at line 32 of file TerminalLogoRenderer.hpp.
|
strong |
| Enumerator | |
|---|---|
| Auto | |
| TrueColor | |
| Ansi256 | |
| Ansi16 | |
| Mono | |
Definition at line 34 of file TerminalLogoRenderer.hpp.
|
inlinestatic |
|
inlinestatic |
Definition at line 85 of file TerminalLogoRenderer.hpp.
References render_from_path().
|
inlinestatic |
Definition at line 66 of file TerminalLogoRenderer.hpp.
References terminal_logo::TerminalLogoRenderer::Options::mode, and terminal_logo::TerminalLogoRenderer::Options::width.
Referenced by render_from_path().