A .NET tool for converting standard images into Sixel format, which produces multicolored, pixelated images displayable in terminals that support it (e.g., Windows Terminal 1.22+).
$ dotnet add package FsImageToSixel.ToolA .NET tool for converting standard images into Sixel format, which produces multicolored, pixelated images displayable in terminals that support it (e.g., Windows Terminal 1.22+).
For more information on Sixel, check out the Wikipedia article.
# Converts a PNG to a sixel image and display it in the terminal
fsimg2sixel -i theimage.png
# Converts a PNG to a sixel image and writes it to a text file
fsimg2sixel -i theimage.png -o sixel.txt
# Prints the help
fsimg2sixel --help