Add Dawn of Chaos screenshots

This commit is contained in:
Fabien Freling 2019-10-29 23:56:37 +01:00
parent 32980958ad
commit be2c16408c
18 changed files with 68 additions and 34 deletions

View file

@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -euo pipefail
for i in *.png; do
base=$(basename $i)
filename="${base%.*}"
echo ": $i |> !tup_preserve |>"
echo ": $i |> !mini |> ${filename}_mini_tmp.jpg"
echo ": ${filename}_mini_tmp.jpg |> !compress_jpg |> ${filename}_mini.jpg"
done
#echo ": foreach *_tmp.jpg |> !compress_jpg |> %g.jpg"