Class ImagingDefaults
- Namespace
- SharpConsoleUI.Configuration
- Assembly
- SharpConsoleUI.dll
Default constants for the imaging subsystem.
public static class ImagingDefaults
- Inheritance
-
ImagingDefaults
- Inherited Members
Fields
DefaultScaleMode
Default scale mode for ImageControl.
public const ImageScaleMode DefaultScaleMode = Fit
Field Value
HalfBlockChar
The upper half block character used for image rendering.
public const char HalfBlockChar = '▀'
Field Value
KittyChunkSize
Maximum bytes per Kitty graphics protocol chunk.
public const int KittyChunkSize = 4096
Field Value
KittyMaxImageDimension
Maximum image dimension supported by Kitty protocol.
public const int KittyMaxImageDimension = 4096
Field Value
KittyPlaceholder
The Unicode placeholder character for Kitty virtual placements.
public static readonly Rune KittyPlaceholder
Field Value
MaxImageDimension
Maximum pixel dimension (width or height) for resize operations.
public const int MaxImageDimension = 500
Field Value
PixelsPerCell
Number of vertical pixels represented by a single half-block cell.
public const int PixelsPerCell = 2