qrencoder icon indicating copy to clipboard operation
qrencoder copied to clipboard

A Ruby wrapper around the libqrencode library used for generating QR Codes (3D barcodes popular in Japan)

Results 4 qrencoder issues
Sort by recently updated
recently updated
newest added

We're using the now-deprecated Google Charting API (Infographic API) to generate QR codes. The shutdown-date is April 2015 so we're building our own Sinatra app to generate QR codes in...

Hi, ``` $ gpg --export-secret-key -a "Florian Margaine" | qrencode -o test.png Failed to encode the input data: Numerical result out of range $ gpg --export-secret-key -a "Florian Margaine" |...

Why the limit is 4000 chars? The spec of QR code says it should be up to 20K. Why this support only 4K? Thank you.

Hello, could you add an API method to get some information about the mask pattern that has been used to generate the QR code?

feature request
low priority