Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teramako/sixpix.net

Convert image to Sixel or Sixel to image
https://github.com/teramako/sixpix.net

csharp-library sixel

Last synced: 21 days ago
JSON representation

Convert image to Sixel or Sixel to image

Awesome Lists containing this project

README

        

# SixPix.NET
Convert image to Sixel and Sixel to image.

Created with reference to [go-sixel].
And [SixLabors/ImageSharp] is used for image processing.

![example 1](./example/image.png)

## :package: NuGet

[nuget.org] is available.

## :bulb: Usage and Example

See [src/README.md](./src/) and [example directory](./example/)

[go-sixel]: https://github.com/mattn/go-sixel
[SixLabors/ImageSharp]: https://github.com/SixLabors/ImageSharp
[nuget.org]: https://www.nuget.org/packages/SixPix/ "NuGet Gallery | SixPix"