Skip to main content

Crate hdim_render

Crate hdim_render 

Source
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§

pixel
Pixel manipulation utilities.
view
Viewport definition and calculation logic.

Functions§

render
Renders a portion of an image to an ANSI string using half-block characters.