QR Code: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "QR Code Generation == Commandline == One option from your own computer * libqrencode <code> # Linux $ sudo apt install qrencode # MacOS $ brew install qrencode </code> == Online service == Make sure if using an online service that the qr encodes the actual URL or text that you give, and doesn't wrap it in a "shortener" service URL. [https://gratisqrcode.nl/aanmaken/ This service] for instance seems to make direct QR codes.")
 
No edit summary
 
Line 7: Line 7:
* libqrencode
* libqrencode


<code>
<pre lang="bash">
# Linux
# Linux
$ sudo apt install qrencode
$ sudo apt install qrencode
# MacOS
# MacOS
$ brew install qrencode
$ brew install qrencode
</code>
</pre>


== Online service ==
== Online service ==


Make sure if using an online service that the qr encodes the actual URL or text that you give, and doesn't wrap it in a "shortener" service URL. [https://gratisqrcode.nl/aanmaken/ This service] for instance seems to make direct QR codes.
Make sure if using an online service that the qr encodes the actual URL or text that you give, and doesn't wrap it in a "shortener" service URL. [https://gratisqrcode.nl/aanmaken/ This service] for instance seems to make direct QR codes.

Latest revision as of 11:46, 14 June 2023

QR Code Generation

Commandline

One option from your own computer

  • libqrencode
# Linux
$ sudo apt install qrencode
# MacOS
$ brew install qrencode

Online service

Make sure if using an online service that the qr encodes the actual URL or text that you give, and doesn't wrap it in a "shortener" service URL. This service for instance seems to make direct QR codes.