aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMathias Magnusson <mathias@magnusson.space>2025-07-25 18:26:52 +0200
committerMathias Magnusson <mathias@magnusson.space>2025-07-25 18:26:52 +0200
commit8fab8d7de3da7e33e7c84d413f2584d729862155 (patch)
tree9e42b3e1d7b8be25729284c8083047d597e900c6 /README.md
parent9a2a48fb3c711405ce0d5bba83de0d1e787acdff (diff)
downloadtraedgaardstomten-8fab8d7de3da7e33e7c84d413f2584d729862155.tar.gz
Optimize images
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bcb3b44
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+Optimize images:
+```sh
+magick $x.jpg -interlace Plane -quality 80 inter-$x.jpg
+```