= QRTools * http://qrtools.rubyforge.org/ == DESCRIPTION: QRTools is a library for decoding QR Codes. It relies on libdecodeqr for decoding. == FEATURES/PROBLEMS: * Running the tests will take a picture of you. * Currently awesome. == SYNOPSIS: ### # Encode a QR code require 'qrtools' require 'tempfile' filename = File.join(Dir::tmpdir, 'test.png') File.open(filename, 'wb') { |fh| fh.write QRTools