Tagged Questions

30
votes
13answers
34k views

QR code (2D barcode) coding and decoding algorithms?

Looking for free/opensource code or description of algorithms to code (simple) and decode (hard) the 2D barcode QR code. It doesn't seem like a trivial problem, but it's so popular in Japan that ...
17
votes
4answers
24k views

QR codes image generator in java (open source but no GPL)

I'm seeking an open source QR codes image generator component in java (J2SE), but the open source licence mustn't be a GPL licence (needs to be included in a close source project). BTW, i can't ...
3
votes
3answers
687 views

Create png image from QRCode for iPhone

I've been using zxing to decode QRCodes. I've also now the got the encoder working and can create the QRCode which contains the encoded data. I'm asking if anyone knows how to convert this QRCOde ...
0
votes
0answers
500 views

encode and generate a QR code on the iphone and objective c [closed]

Possible Duplicate: Is there any QR Encoding Library in Cocoa? I've been struggling with encoding a QR code on the iPhone. I cannot seem to find that SDK or library that will allow this to ...