QR Code with logo

Post Reply
b.schuring
Newbie
Posts: 12
Joined: Tue Jun 07, 2016 6:51 pm

QR Code with logo

Post by b.schuring »

Does anyone know a way to make a QR Code with a custom text or logo in the middle?

Something like this:
qrcode_sample.PNG
qrcode_sample.PNG (19.85 KiB) Viewed 1295 times
User avatar
JimmyHartington
Advanced member
Posts: 310
Joined: Tue Mar 22, 2011 7:38 am

Re: QR Code with logo

Post by JimmyHartington »

There is a lot of web-pages for this: https://www.google.com/search?q=qr+code ... +with+logo
And a bit more fancy from this site: https://www.qrpicture.com
Or this you can run locally: https://github.com/x-hw/amazing-qr#amazing-qr
freddyp
Advanced member
Posts: 1023
Joined: Thu Feb 09, 2012 3:53 pm

Re: QR Code with logo

Post by freddyp »

And you can create the barcode with the "Add barcode" Action in PitStop and place a logo on top of it.
b.schuring
Newbie
Posts: 12
Joined: Tue Jun 07, 2016 6:51 pm

Re: QR Code with logo

Post by b.schuring »

@JimmyHartington Thanks! I know that there are site available but I want to generate them in Switch.

@freddyp If I do that the qrcode is not readable anymore. The result then is like this:
qrcode_sample2.PNG
qrcode_sample2.PNG (8.62 KiB) Viewed 1262 times
I think that the qrcode has to be generated around the logo box.
User avatar
JimmyHartington
Advanced member
Posts: 310
Joined: Tue Mar 22, 2011 7:38 am

Re: QR Code with logo

Post by JimmyHartington »

If you use a commandline tool, you can execute it in Switch.
And with the command qrencode (https://www.shellhacks.com/qr-code-gene ... nux-macos/), you can define the error correction level. And if set to HIGH you can cover more of the code and still scan it.

Below examples both contain "https://www.skabertrang.dk" but as you can see the High is more detailed.
Low:
Image

High:
Image

And even though this does not give you the style you want, this can be integrated in Switch https://github.com/x-hw/amazing-qr#amazing-qr
User avatar
JimmyHartington
Advanced member
Posts: 310
Joined: Tue Mar 22, 2011 7:38 am

Re: QR Code with logo

Post by JimmyHartington »

I just tried to create an eps-file with qrencode.
Convert to PDF and insert our own fav-icon manually in Pitstop at different sizes.
My phone can scan the the 4 from the top.

See this pdf:
https://d.pr/f/fzja8s+
freddyp
Advanced member
Posts: 1023
Joined: Thu Feb 09, 2012 3:53 pm

Re: QR Code with logo

Post by freddyp »

Or the other way around: the size of the logo has to be adapted to the size of the QR code. I have the impression the logo is a bit too large.
b.schuring
Newbie
Posts: 12
Joined: Tue Jun 07, 2016 6:51 pm

Re: QR Code with logo

Post by b.schuring »

JimmyHartington wrote: Wed Oct 19, 2022 12:25 pm If you use a commandline tool, you can execute it in Switch.
And with the command qrencode (https://www.shellhacks.com/qr-code-gene ... nux-macos/), you can define the error correction level. And if set to HIGH you can cover more of the code and still scan it.

Below examples both contain "https://www.skabertrang.dk" but as you can see the High is more detailed.
Low:
Image

High:
Image

And even though this does not give you the style you want, this can be integrated in Switch https://github.com/x-hw/amazing-qr#amazing-qr
Thanks! Going to try this one!
User avatar
JimmyHartington
Advanced member
Posts: 310
Joined: Tue Mar 22, 2011 7:38 am

Re: QR Code with logo

Post by JimmyHartington »

I looked at the action for creating a QR code in Pitstop Pro.
And I could not find any option to set an error correction level.

@freddyp How do I submit this as a feature request for Pitstop Pro?
Post Reply