Hi,
I tried to do a screen capture for iPad application in the simulator and I got a 1024x768 size image but 3/4 of it is white, the 1/4 is the actual screen I’m trying to capture. Is this a bug or did I do something wrong.
The code is display.save( display.currentStage, "something.jpg", baseDir)
The config.lua is
application =
{
content =
{
width = 768,
height = 1024,
},
}
[import]uid: 11004 topic_id: 3694 reply_id: 303694[/import]