Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 476 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 476 Bytes

mruby-sixel Build Status

SixelEncoder class

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :github => 'kjunichi/mruby-sixel'
end

example

encoder = SixelEncoder.new
encoder.encode_from_ppm ppmbuf

License

under the MIT License:

  • see LICENSE file