for i in {1..800}
do
wget http://img0.reactor.cc/pics/award/$i -O $i.png
done
montage *.png -tile 30x30 -geometry +0+0 result.png

Сами поймете