Page 1 of 1
QR Code with logo
Posted: Tue Oct 18, 2022 2:32 pm
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 (19.85 KiB) Viewed 3992 times
Re: QR Code with logo
Posted: Tue Oct 18, 2022 3:52 pm
by JimmyHartington
Re: QR Code with logo
Posted: Tue Oct 18, 2022 5:40 pm
by freddyp
And you can create the barcode with the "Add barcode" Action in PitStop and place a logo on top of it.
Re: QR Code with logo
Posted: Wed Oct 19, 2022 10:30 am
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 (8.62 KiB) Viewed 3959 times
I think that the qrcode has to be generated around the logo box.
Re: QR Code with logo
Posted: Wed Oct 19, 2022 12:25 pm
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:
High:
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
Re: QR Code with logo
Posted: Wed Oct 19, 2022 12:40 pm
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+
Re: QR Code with logo
Posted: Wed Oct 19, 2022 1:56 pm
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.
Re: QR Code with logo
Posted: Thu Oct 20, 2022 9:27 am
by b.schuring
Thanks! Going to try this one!
Re: QR Code with logo
Posted: Thu Oct 20, 2022 9:37 am
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?