Skip to content

alex-ruby/mruby-qrdecode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mruby-qrdecode

QR decoding for mruby using the quirc library.

Depends on the mruby-jpeg library.

Installation

In the mruby directory:

mkdir mrbgems
cd mrbgems
git clone --recursive git://github.com/carsonmcdonald/mruby-qrdecode.git

Then in your build config add:

MRuby::Build.new do |conf|
  
  conf.gem 'mrbgems/mruby-qrdecode'

end

Example Use

input_jpeg=JPEG.read("/tmp/test.jpg", :force_grayscale => true)
qrd=QR::Decoder.new
puts qrd.decode(input_jpeg)

License

MIT - See LICENSE

About

QR decoder for mruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published