Tagged Questions

4
votes
3answers
8k views

Does anyone know of a C/C++ Unix QR-Code library?

I'm looking for a QR-Code library for C/C++, not Java or .Net please. Anyone knows of one? Note: There was a similar question a while back however but it didn't get answered properly.
3
votes
1answer
114 views

Library for encoding and decoding QR Codes using Python

Is there any library in python for encoding and decoding qr codes. i have searched some old questions in stackoverflow but some links are dead and some links they have given were not working. suggest ...
3
votes
1answer
732 views

QR code reader for BlackBerry

Is there a BlackBerry library/component (open source or commercial) for integration in my own application that acts as QR code reader? I'd like to fully integrate it in my application. Or ...
1
vote
1answer
37 views

phpqrcode library - where do I put this thing on my server?

I was looking at qr code generating libraries and I decided to go with phpqrcode to generate some codes on my server that I can send to mobile devices on command. My only problem is I dont know where ...
1
vote
2answers
421 views

Is there any QR Encoding Library in Cocoa?

I have to development an QR Generator in Cocoa. but currently I was used QR Library for iPhone and ported to Cocoa by me. but just found many bugs since iPhone version in Generator Algorithm. then, ...
1
vote
2answers
343 views

What library should I use to get the data from a photo of a QR Code?

Similar: Does anyone know of a C/C++ Unix QR-Code library? I tried libqrencode but apparently it's only able to generate a QR-Code. However, I need a library that reads the data from a photo of a ...
0
votes
1answer
45 views

is there any codeigniter library that automatically make QRcode plus our website logos in the center of the QRcode?

i am a newbie in codeigniter. i want build a website. i hope i can make a page that contains a Qr code contains a link to some pages in my web. is there any Codeigniter library that can automatically ...
0
votes
2answers
129 views

Using a third party lib with cakephp 2.0

I'm trying to implement a third party library into a cakePHP 2.0 project. I would like to use the PHP QR Code library to create QRCodes. I made a new folder in app/Plugin called QrCode and put the ...
0
votes
1answer
94 views

Are there any libraries for vector QR codes in PHP

I know that there are are 3rd party APIs such as Google for generating QR codes and I have used Phpqrcode library but that is for generating bitmap images and I would like to be able to generate ...