Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cljoly/pure-sixel
Pure Rust sixel encoder
https://github.com/cljoly/pure-sixel
rust sixel wip
Last synced: 23 days ago
JSON representation
Pure Rust sixel encoder
- Host: GitHub
- URL: https://github.com/cljoly/pure-sixel
- Owner: cljoly
- License: lgpl-3.0
- Created: 2022-08-13T23:12:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T23:32:23.000Z (over 2 years ago)
- Last Synced: 2023-09-10T06:21:10.173Z (over 1 year ago)
- Topics: rust, sixel, wip
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Pure Rust library to encode images as [Sixel][sixel]
![GitHub](https://img.shields.io/github/license/cljoly/pure-sixel?color=%23008033)
This is currently in development.
## License
The library is covered by the Lesser GPL, version 3 or later. See [COPYING.LESSER][lesser].
[sixel]: https://en.wikipedia.org/wiki/Sixel
[lesser]: ./COPYING.LESSER