A windows terminal interaction libary, adds Sixel encoding via ImageSharp
$ dotnet add package Webmaster442.WindowsTerminal.ImageSharpImageSharp implementaton of the ISixelImage interface for use with the Windows Terminal allowing for rendering of Sixel images in the terminal.
var imagePath = Path.Combine(AppContext.BaseDirectory, "512x512.png");
var img = ImageSharpSixelImage.FromFile(imagePath);
Console.Write(img);