That works, but the saved image is gonna be capped to the device content size, like 320 width maximum on a 3gs.
What we are trying to do is take a 2M (say 2048 x 1536) image from the camera and enable the user to choose a region(say 512 x 512) on it, so when scaling it down (320x320), it would be able to fit the device screen size without losing the resolution.
The current Corona display.save() mechanics will force the image cap, so later on if trying to use a portion of it, we are forced to scale up the part, leading in unacceptable resolution.
Any fix available on this? Thanks Carlos. [import]uid: 44389 topic_id: 7706 reply_id: 40813[/import]