Expand description
High-performance terminal image renderer.
This crate handles the translation of DynamicImage buffers into ANSI escape sequences
suitable for display in a terminal emulator. It uses “half-block” characters (▄)
to effectively double the vertical resolution of the terminal grid.
Re-exports§
pub use self::view::View;
Modules§
Functions§
- render
- Renders a portion of an image to an ANSI string using half-block characters.