ZBAR sdk is normally used to read QRcode or barcode & convert it to user data. Can we use ZBAR API to create QRcode for iphone?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

As far I know Zbar SDK can only be used to read.

Maybe this link will be of some help.

onbarcode

link|improve this answer
yes, you are correct. But, onbarcode is not an opensource. I need some opensource API to create QRCode in iphone & Android. – yokks May 27 '11 at 7:11
need QRCode library too.... – yokks May 27 '11 at 7:17
feedback

https://github.com/myang-git/QR-Code-Encoder-for-Objective-C worked well to generate QR Codes even with much content and UTF-8 characters (where some other generators I tried failed). The project is active and Apache 2.0 licensed.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.