@tatiana you are right. The display.save will only sabe the display object specified. If you want to save everything on the screen you will have to do the screenshot.
The display save actually works as a screenshot of only the specified object. So if the object is invisible, you will get a blank image.
I did not understand very well what you want to do in the overall. If you want to reduce file size to send the file via internet you should use the display.save(). If the image that you want to reduce the size will be only used on the own android device, you should have no problem using the screenshot or display.save, since the resolution that it will capture the image (assuming that you will have scaled the image to fill the entire screen before taking the screenshot or display.save) will be the maximum that the display can handle (so the user will not notice any difference).
rsc [import]uid: 181011 topic_id: 34752 reply_id: 139435[/import]