Quick and dirty scripts (BASH and python) used to grab and piece together xkcd 1110: Click and Drag.
The original tiles are 2048x2048. The full size image with no tile resizing would be 165888x65536 or 10 gigapixels!
# First grab all the tiles (saves to the images/ directory)
$ bash grab.sh
# Then glue them together with the desired size of each tile
$ python xkcd1110_stitch.py 32