Image size of image captured by display.save()

Hi

I noticed that the max image size of an image captured by display.save() is 320*480 , even when im running the app on iphone-4s view in simulator . Shouldn’t the image be 640*960 or is that the default size of the image captured. i used it to capture different size images. i read the display.save() description but it only mentioned about dynamic scale. Does this happen only on simulator is it fine on device.

thank you [import]uid: 115284 topic_id: 26343 reply_id: 326343[/import]

You have to zoom in the selected simulators window fully for it to save a full resolution screen capture [import]uid: 84637 topic_id: 26343 reply_id: 106822[/import]

Hi Danny,

My simulator is Zoomed to the max i think , case the Zoom in option is blurred and only Zoom out is there. Im ok with it on simulator but i need to know is thats goin to happen on device then i will have to change my codes accordingly [import]uid: 115284 topic_id: 26343 reply_id: 107263[/import]

It will capture in it’s actual size on the device. [import]uid: 39634 topic_id: 26343 reply_id: 107268[/import]

Thankyou hsardaryan and danny. [import]uid: 115284 topic_id: 26343 reply_id: 107850[/import]

Yeah: watch out for this: The size saved by the simulator is not the same as the size on the device. If you need to know what that size is (for later display for example), then you need to load the picture in and ask it for the width and height each time to be certain. [import]uid: 108660 topic_id: 26343 reply_id: 107853[/import]