Take and save photo

Hi, I want to develop a really simple photo editing app that:

Takes a photo from camera roll or camera

Makes a few edits

Saves it to camera roll.

I have heard of display.Save, but im not sure if that can save the display directly to the camera roll. Any ideas? Thanks [import]uid: 59735 topic_id: 28865 reply_id: 328865[/import]

There is a camera sample showing how to take a pic and then display it on the screen in sample code. (CoronaSDK > SampleCode.)

For the camera roll you’d use; http://developer.coronalabs.com/reference/index/mediashow and photo library.

RE saving, you can do that easily to the camera roll if you use display.capture - which is not listed on the API page currently - luckily however it is explained here; http://sree.cc/corona-sdk/display-capture

Saves right to the camera roll, am using it in one of my own apps :slight_smile:

Peach [import]uid: 52491 topic_id: 28865 reply_id: 116322[/import]