summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorcoteeq <isaqtm@gmail.com>2024-01-02 16:47:43 +0600
committercoteeq <isaqtm@gmail.com>2024-01-02 16:47:43 +0600
commitf9c025096f14bcc31a0a1acf55cb09f357f40b39 (patch)
tree83d1dc608ebf83dae90813269948218ea47fba23 /README.md
parent936ae2c02762ac737e16e80529da0ffcb1d1e326 (diff)
downloadiro-f9c025096f14bcc31a0a1acf55cb09f357f40b39.tar.gz
add icon
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
+```