I have a client that is asking me to allow them to save maps that they create using a web-app that I developed using Google Maps, as high res images. I am using custom tile overlays that they own the rights to, so I'm not sure if Google's copyright restrictions apply. But I've sent a request to them anyway for permission to do this. But in the meantime, I need to figure out how to code it.
I'm thinking that I could pass a higher zoom level to a script to capture more pixels on the map, to increase the resolution, but I can't figure out a way to convert what's on screen to an image format.
Any suggestions would be greatly appreciated!