summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b2d655..c45cbad 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
# Iro
A startpage. with colors.
+
+### Recreate images
+
+```
+convert blur.png -resize 480x480 -quality 70 blur-shakaler.jpg
+convert blur.png -resize 20x20 -crop '16x16+2+2' -modulate 200 blur-icon.png
+```