We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › QR code generator
Page Index Toggle Pages: 1
QR code generator? (Read 1389 times)
QR code generator?
Aug 18th, 2009, 7:58am
 
I see there is a Processing library that implements a QR code READER.

Does anyone know if there is a Processing library, that can GENERATE QR codes?

If not, what do people use to generate QR codes?
Any recommendations?

-- djones
Re: QR code generator?
Reply #1 - Aug 18th, 2009, 8:08am
 
You should be able to use this QR generator as the Information is always part of the Image URL. Only Problem, you have to be online to use it

http://qrcode.kaywa.com/

Re: QR code generator?
Reply #2 - Aug 18th, 2009, 8:30am
 
Thanks Cedric.  I have seen that one.  It is limited to 250 characters, and it doesn't provide access to different levels of error-correction.  It implements a subset of the QR code standard.

I am hoping there is a more complete implementation somewhere.
Re: QR code generator?
Reply #3 - Aug 18th, 2009, 8:41am
 
good luck, if you find a working one, please post it here.

Maybe this is something: http://qrcode.sourceforge.jp/
Page Index Toggle Pages: 1