[r2]: / monsters / licenses / cmdline.txt  Maximize  Restore  History

Download this file

4 lines (2 with data), 373 Bytes

1
2
3
Images converted with Imagemagick and the following command:

c=0; for neg in true false; do for grad in 20bd01 0077aa 0e2843 e90113; do for i in  {Mons\ 2,spaceship,Monsters}/*.png; do let "c++"; $neg && opts="-negate" || opts=""; convert -size 48x48 gradient:white-#${grad} \( "$i" -trim -resize 48x48 ${opts} \) -gravity center -composite out/${c}.png; done; done; done