Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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