Property UseSixel
UseSixel
Gets whether to prefer raster rendering when the terminal supports it. Default is true.
[Obsolete("Use UseRasterGraphics instead. UseSixel will be removed in a future version.")]
public bool UseSixel { get; set; }
Property Value
Remarks
This obsolete compatibility property delegates to UseRasterGraphics. When true, Kitty graphics is preferred and Sixel is used as the fallback. When false, cell-based rendering is always used.