Good Quality Screen Shot using display.save?

I am using display.save to save a screen shot of a display object as a jpeg, then I use that image as the background image for the app. However, the quality of the image is terrible and stretched. Is there any way around this? Thanks [import]uid: 152084 topic_id: 27248 reply_id: 327248[/import]

I saw you have another post about this too - in which it seems you are saving the image as 400x300 - what device is this on? That will certainly appear stretched on any iOS device as the minimum screen resolution on the iPod Touch/iPhone is 320x480. [import]uid: 52491 topic_id: 27248 reply_id: 110844[/import]

I am coding on a windows machine so I am using the android simulator but it is being developed for use on both android and iOS device. I am running the app in landscape so that’s why I am doing 400x300. [import]uid: 152084 topic_id: 27248 reply_id: 110887[/import]

The quality of the screenshot will be better if you save to PNG. The display.save() function supports PNG on Windows and Android, but not on Mac or iOS. If you are just after app screenshots for your own purposes and not for a production app, then I suggest saving to PNG. If you want the screenshot to be bigger, then just zoom the simulator window via the “View” menu. [import]uid: 32256 topic_id: 27248 reply_id: 110934[/import]

I am using the screen shots directly in the app for both android and ios devices so I would like some better quality screen shots using a jpg format. [import]uid: 152084 topic_id: 27248 reply_id: 111539[/import]