A Turrican (the legendary C64 / Amiga game) assets collection for a HTML5 clone.
To split a tileset into single tiles:
convert tileset.png -crop 32x32 tile%03d.png
To combine the tiles to a tileset use:
montage til*.png -tile 20x -geometry +0+0 tileset.png