QR Code

From XPUB & Lens-Based wiki
Revision as of 11: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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

QR Code Generation

Commandline

One option from your own computer

  • libqrencode

  1. Linux

$ sudo apt install qrencode

  1. 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.