Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teramako/sixpix.net
- Owner: teramako
- License: mit
- Created: 2024-10-10T11:34:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:54:36.000Z (2 months ago)
- Last Synced: 2024-10-26T17:54:44.987Z (2 months ago)
- Topics: csharp-library, sixel
- Language: C#
- Homepage:
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"