diff options
-rw-r--r-- | image-manipulation.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/image-manipulation.md b/image-manipulation.md index aaa5307..ccee16e 100644 --- a/image-manipulation.md +++ b/image-manipulation.md @@ -6,6 +6,10 @@ Decode: zbarimg -q --raw qrcode.png +Create: + + qrencode -o <file.png> <string> + ## SVG Convert to PDF: |