Files
fnx_web/res/static/img/background_patterns/create_transparent.sh
2023-09-26 22:47:12 +02:00

16 lines
383 B
Bash
Executable File

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