diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2022-12-21 01:12:22 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2022-12-21 01:12:22 +0100 |
commit | 73552dae74e2a7806da148c8b6c72d15bdd99960 (patch) | |
tree | 4ebba28a7ba60c84039c3459fce77372ae614f20 | |
parent | 2e2fca5f0071c32628847e6409ac8310365b8626 (diff) |
Add image manipulation
-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 |