RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

pngqr & qrscanner: encode and decode QR codes without Java

QR codes are those 2D barcodes that can store over 1000 characters and even include error correction.

pngqr gem lets you generate QR codes in PNG files, and has only pure ruby dependencies.

qrscanner gem will detect and decode a QR code using any ImageMagick-supported image format (including PDF). Uses the ZXing C++ library (which currently only compiles on Linux) instead of Java to reduce memory bloat.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in