Gradients

This commit is contained in:
2022-03-13 15:42:32 +01:00
parent 493e1495ce
commit 5a5eaa6615
91 changed files with 270 additions and 185 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
transparent () {
convert $1.png -alpha set -channel a -evaluate set $2 $1_transparent.png
}
for i in {0..17}; do transparent "checker${i}" 6%; done
transparent "checker_wednesday" 10%
transparent "checker_dwarf" 6%
transparent "checker_developers" 6%
transparent "checker_halloween" 6%
transparent "checker_christmas" 6%
transparent "checker_ukraine" 10%
optipng *.png