Table of Contents

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

ImageScaleMode

HalfBlockChar

The upper half block character used for image rendering.

public const char HalfBlockChar = '▀'

Field Value

char

KittyChunkSize

Maximum bytes per Kitty graphics protocol chunk.

public const int KittyChunkSize = 4096

Field Value

int

KittyMaxImageDimension

Maximum image dimension supported by Kitty protocol.

public const int KittyMaxImageDimension = 4096

Field Value

int

KittyPlaceholder

The Unicode placeholder character for Kitty virtual placements.

public static readonly Rune KittyPlaceholder

Field Value

Rune

MaxImageDimension

Maximum pixel dimension (width or height) for resize operations.

public const int MaxImageDimension = 500

Field Value

int

PixelsPerCell

Number of vertical pixels represented by a single half-block cell.

public const int PixelsPerCell = 2

Field Value

int