qrencode: add page (#3618)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
5fc68346d0
commit
acb14d8109
12
pages/common/qrencode.md
Normal file
12
pages/common/qrencode.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# qrencode
|
||||
|
||||
> QR Code generator. Supports PNG and EPS.
|
||||
> More information: <https://fukuchi.org/works/qrencode>.
|
||||
|
||||
- Convert a string to a QR code and save to an output file:
|
||||
|
||||
`qrencode -o {{path/to/output_file.png}} {{string}}`
|
||||
|
||||
- Convert an input file to a QR code and save to an output file:
|
||||
|
||||
`qrencode -o {{path/to/output_file.png}} -r {{path/to/input_file}}`
|
Reference in New Issue
Block a user