Property UseRasterGraphics
UseRasterGraphics
Gets or sets whether to prefer raster-graphics rendering (Kitty or Sixel protocol) when the terminal supports it. Default is true.
public bool UseRasterGraphics { get; set; }
Property Value
Remarks
When true the view selects the best available protocol: Kitty graphics (if the driver reports KittyGraphicsSupport), then Sixel (if the driver reports SixelSupport), then cell-based rendering as a fallback. Set to false to always use cell-based rendering.