Property UseSixel
UseSixel
Gets or sets whether to prefer sixel rendering when the terminal supports it. Default is true.
public bool UseSixel { get; set; }
Property Value
Remarks
When true and the terminal supports sixel (per SixelSupport), the image is rendered using sixel escape sequences for full-resolution display. When false, cell-based rendering is always used.