I wrote a Bourne shell script to concatenate all images into one.
http://bit.ly/mapshot-concat (redirects to GitHub Gist)
If you have installed GraphicsMagick (gm
command) which do the concatenation job, you can try it as follows:
$ curl -sL https://bit.ly/mapshot-concat | sh -s map-xxxxxxxx/d-xxxxxxxx/zoom_x output_file.jpg | sh
where map-xxxxxxxx/d-xxxxxxxx/zoom_x is the relative path from script-output/mapshot to image tiles.
Tested on Windows Terminal running Ubuntu on WSL2.