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

https://github.com/knu/ruby-qrencode

Ruby bindings for libqrencode, a QR code encoder library
https://github.com/knu/ruby-qrencode

Last synced: 2 months ago
JSON representation

Ruby bindings for libqrencode, a QR code encoder library

Awesome Lists containing this project

README

          

= qrencode

This serves as Ruby bindings to libqrencode, a QR code encoder library.

== Example

require 'qrencode/magick'

qrcode = QRcode.new("http://blog.seesaa.jp/")
image = qrcode.draw_magick(:cell_size => 4)
image.write('qrcode.png')

== Copyright

Copyright (c) 2009, 2010 Akinori MUSHA. See LICENSE for details.