blob: c45cbadb5ebf1ffea867afa2c4a81dee2e750dd2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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
```
|