From 73552dae74e2a7806da148c8b6c72d15bdd99960 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Wed, 21 Dec 2022 01:12:22 +0100 Subject: Add image manipulation --- image-manipulation.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 image-manipulation.md 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 -- cgit v1.2.3