Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create QR code image with company logo [closed]

Tags:

We are using a lot of QR code around our office. I would like to know if we can generate QR code with a small company logo in the middle. I have seen few examples online.

But I want it to generate it automatically instead of user manually editing it with photoshop software.

I appreciate any help.

Thanks.

like image 988
Melanie W Avatar asked Jul 26 '10 21:07

Melanie W


People also ask

How do I remove a logo from a QR Code?

Click on the QR Code you want to edit. Click on Design & Download button on the top right corner. Click on Customize under Custom Logo Design. To remove logo click on the Remove button.

How do you put a picture in a QR Code?

Click on the QR code image box and hit Ctrl+A to select the entire image, then Ctrl+C to copy it. Step 2: Select your photo by clicking on it, then paste the QR code image onto your photo by hitting Ctrl+V. Step 3: Select the Move tool, then drag the QR code image to where you want the QR code to be.


2 Answers

You can try http://www.unitaglive.com/qrcode. It allows many content types and heavy customization, including changing the color of the eyes; using an image as the background; many styles; shadow; redundancy; and more, also allows you to use a logo and is based off a freemium business model. The free plan has no signup

like image 88
mer2329 Avatar answered Sep 30 '22 17:09

mer2329


Here is a site that will generate a QR code with your image actually embedded as part of the QR code, no error correction.

http://research.swtch.com/qr/draw

There is some information about how it is done here if you wanted to look into implementing the logic yourself for automation.

http://research.swtch.com/qart

like image 43
Brett Avatar answered Sep 30 '22 18:09

Brett