Skip to content

Instantly share code, notes, and snippets.

@greg-randall
Last active June 13, 2024 16:37
Show Gist options
  • Select an option

  • Save greg-randall/b339995a6ba3c4cf8e04ddb392cb8499 to your computer and use it in GitHub Desktop.

Select an option

Save greg-randall/b339995a6ba3c4cf8e04ddb392cb8499 to your computer and use it in GitHub Desktop.
Generate QR Code for URL
# --background=00000000 makes a transparent background, to make it easier for placement in other materials
qrencode -s 60 -l H --background=00000000 -o "output.png" "https://www.asdf.com/querty"
pngcrush output.png output_c.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment