QR Code
Revision as of 10:46, 14 June 2023 by Michael Murtaugh (talk | contribs) (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.")
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.