lk/vision/qrencode.md

14 lines
273 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
2022-11-27 18:42:19 +00:00
title: [ "qrencode" ]
2022-01-16 18:20:39 +00:00
tags: [ "Documentation", "vision" ]
---
2020-01-02 00:04:35 +00:00
2022-11-27 18:42:19 +00:00
Make a QR Code image:
2020-01-02 00:04:35 +00:00
2022-11-27 18:42:19 +00:00
> qrencode 'https://play.google.com/store/apps/details?id=org.briarproject.briar.android' -o qr_briar.png
Make a QR Coded message in the terminal:
> qrencode -t ansi "Hello World"
2020-01-02 00:04:35 +00:00