I want to generate the colorful QR code. I had used https://github.com/kuapay/iOS-QR-Code-Generator code to generate the QR code. now the qr code generated is always n black color.I want to make it in Red or any other color. The coding of coloring And the drawing of QR code .png image is done QR_Draw_png.mm file. What should i edit in QR_Draw_png.mm this file. How to do the generate the colorful qr code.

How is it possible.

Please help me.

link|improve this question

74% accept rate
Hi Shweta, This is Dinesh from chennai. I am using the same kuapay in my application. But it works only for the first time. If i try to regenerate again without closing the app. then the app crashes automatically. Can you please help me? Thanks – dinesh Jan 19 at 9:29
feedback

1 Answer

You'll have to tinker with the Z-Bar code to do that.

Maybe these links might help:

http://mashable.com/2011/04/18/qr-code-design-tips/

http://qreateandtrack.com/2011/01/06/adding-a-bit-of-color-to-your-qr-codes/

and

http://keremerkan.net/qr-code-and-2d-code-generator/

link|improve this answer
@Kinghthong Thanks for the reply.I had edited my code..Can u please help me on it..Please it is – shweta Nov 10 '11 at 5:39
feedback

Your Answer

 
or
required, but never shown

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