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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package FsImageToSixel.Tool --version 0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
- 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.
- 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 | Versions 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.