Hi,
Is there any way to capture screen in scale “letterbox” mode and keep the image in high resolution?
For example, when I set scale mode in config.lua like this:
-- config.lua
application =
{
content =
{
width = 320,
height = 480,
scale = "letterbox"
},
}
It worked really well. I can create one App and target it to both iPhone and iPad platform.
When I use captureScreen function in iPhone, I can get a 320x480 image.
However, if I do it in iPad, I would only get a 384x512 image.
I know it is due to scale mode, but I would like to use this function for wallpaper App.
Therefore, is there any way to get a 768x1024 image? [import]uid: 4992 topic_id: 1306 reply_id: 301306[/import]