diff options
-rw-r--r-- | image-manipulation.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/image-manipulation.md b/image-manipulation.md new file mode 100644 index 0000000..aaa5307 --- /dev/null +++ b/image-manipulation.md @@ -0,0 +1,17 @@ +# Image manipulation (other than with Image Magick) + +## QR codes + +Decode: + + zbarimg -q --raw qrcode.png + +## SVG + +Convert to PDF: + + inkscape -D word.svg -o word.pdf + +Compatible with LaTeX (see also latex.md): + + inkscape -D word.svg -o word.pdf --export-latex |