Posts

Showing posts with the label qrcode

Create qrcode under linux

This is achieved using the following command: qrencode -o $FILENAME -l M "$MESSAGE_GOES_HERE" M is the level of error correction (L (lowest) to H(highest)). (default=L)