When I save a screenshot using display.save() passing it an image generated with display.getCurrentStage(), the image is apparently cropped to a smaller part in the middle of the screen instead of using the whole screen. Somewhere I saw this referenced as case #928 but wasn’t able to find that in the bug database, so I’m not sure now. I’m using a dynamic universal app like this:
[code]width = 320,
height = 480,
scale = “letterbox”,
imageSuffix = {
["@2x"] = 2,
},[/code]
I’m using the latest new stable release http://developer.anscamobile.com/downloads/corona-sdk (but screenshots also had issues in older versions, so I can’t just go back to an older build), and tested on an iPad. Note the simulator typically gives other results than the device when it comes to this screenshot feature.
Thanks! [import]uid: 10284 topic_id: 13356 reply_id: 313356[/import]