m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/image-manipulation.md
diff options
context:
space:
mode:
Diffstat (limited to 'image-manipulation.md')
-rw-r--r--image-manipulation.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/image-manipulation.md b/image-manipulation.md
new file mode 100644
index 0000000..ccee16e
--- /dev/null
+++ b/image-manipulation.md
@@ -0,0 +1,21 @@
+# Image manipulation (other than with Image Magick)
+
+## QR codes
+
+Decode:
+
+ zbarimg -q --raw qrcode.png
+
+Create:
+
+ qrencode -o <file.png> <string>
+
+## 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