ID:164844
 
I've testing a few things out i was wondering how would i go about saving an entire map as a picture i can look at.
I believe Crispy has some library that can do that - search fot it.
You can't. What you can do is what Crispy does: grab every single tile on the map convert everything on it to a single DMI file, send the DMI file to the player with browse_rsc() and then display it using the browser window. Keep in mind that this will only work with DreamSeeker: you can't i.e. upload the DMIs to an external site and expect them to load properly.

I'd advise against saving the map as an image at all. The process of converting the DMIs is very intensive and sending all those DMIs with browse_rsc() is even worser: parts of the map will be invisible because of failed transfers.
In response to Android Data
Ah well i guess i'll have to change the view to 10 and capture the image in DS and peice my image together. Thanks anyway guys.
In response to Yorae
Eh, you can just use Crispy's lib. Its perfectly fine for that, after you get the popup window with the map, just press the Print Screen key to get it as 1 part.
Data didn't even understand what you wanted this for, so don't worry about that.