Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjunichi/mruby-sixel
sixel for mruby
https://github.com/kjunichi/mruby-sixel
mrbgems mruby sixel
Last synced: 19 days ago
JSON representation
sixel for mruby
- Host: GitHub
- URL: https://github.com/kjunichi/mruby-sixel
- Owner: kjunichi
- License: other
- Created: 2017-02-24T04:06:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T22:48:27.000Z (almost 8 years ago)
- Last Synced: 2024-10-27T11:26:25.897Z (2 months ago)
- Topics: mrbgems, mruby, sixel
- Language: C
- Size: 16.6 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mruby-sixel [![Build Status](https://travis-ci.org/kjunichi/mruby-sixel.svg?branch=master)](https://travis-ci.org/kjunichi/mruby-sixel)
SixelEncoder class## install by mrbgems
- add conf.gem line to `build_config.rb`
```ruby
MRuby::Build.new do |conf|# ... (snip) ...
conf.gem :github => 'kjunichi/mruby-sixel'
end
```## example
```ruby
encoder = SixelEncoder.new
encoder.encode_from_ppm ppmbuf
```## License
under the MIT License:
- see LICENSE file