FsImageToSixel.Tool 0.0.5

dotnet tool install --global FsImageToSixel.Tool --version 0.0.5                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local FsImageToSixel.Tool --version 0.0.5                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=FsImageToSixel.Tool&version=0.0.5                
nuke :add-package FsImageToSixel.Tool --version 0.0.5                

FsImageToSixel.Tool

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+).

For more information on Sixel, check out the Wikipedia article.

Dependencies

  1. SixLabors.ImageSharp – A powerful image processing library by SixLabors. ImageSharp is split-licensed under the Apache License 2.0 and a commercial license. For this open-source project, it qualifies for usage under the Apache 2.0 license, as it meets the criteria for open-source software use.
  2. System.CommandLine – A command-line parser library from Microsoft, licensed under the MIT License.

Examples

# 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
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.0.5 71 11/10/2024
0.0.4 87 10/21/2024
0.0.3 99 9/26/2024
0.0.2 96 9/24/2024
0.0.1 100 9/22/2024