Namespace SharpConsoleUI.Imaging
Classes
- HalfBlockRenderer
Renders a PixelBuffer to Cell arrays using the half-block technique. Each cell represents 2 vertical pixels: fg = top pixel, bg = bottom pixel, using the upper half block character (U+2580).
- PixelBuffer
A 2D buffer of RGB pixels used as the source for image rendering.
Structs
- ImagePixel
Represents a single pixel with 24-bit RGB color.
Enums
- ImageScaleMode
Determines how an image is scaled to fit the available space.