Save Image question.....

I am a newbie with Corona and only learned Lua/Corona last month.   I am building a space game where I want to dynamically create a star universe.   Lets say a 1000 x 1000 map (not 1000x1000 pixels).    I have created the logic to build the star map on the current screen but I want to build it larger than the screen size.    I expect people to view the star map in the area they are currently at but want to be able to zoom out and see the whole starmap.     I see where you can capture a screen to an image once the map is generated but I need to be able to capture my whole map.    Any suggestions?

Are you asking how to capture a display object larger than the screen?

If so: https://docs.coronalabs.com/daily/api/library/display/capture.html#captureoffscreenarea-optional

Awesome!   Yes, this is what I needed.    Thank you!

Are you asking how to capture a display object larger than the screen?

If so: https://docs.coronalabs.com/daily/api/library/display/capture.html#captureoffscreenarea-optional

Awesome!   Yes, this is what I needed.    Thank you!