Imagemagick is a fantastic suite of tools. montage ./* -tile 1x64 -geometry +0+0 png:- | montage - -geometry +0+0 -tile 64x1 ../assembled.png
On 03/02/2013 23:05, James A. T. Rice wrote:
> for i in {0..63} ; do for j in {0..63} ; do wget -O map-$i-$j.png
> http://b.tiles.telegeography.com/maps/submarine-cable-map-2013/6/$i/$j.png
> ; done ; done
