Is it posible to work with image and save changes?

Hello!

Is it possible to work with an image in Corona SDK and then save to file?

Namely:

  1. Open an image file
  2. Create polygon on the image and fill with color
  3. Save all as new image file

Thanks

Have a look at display.save() 

http://docs.coronalabs.com/api/library/display/save.html

If you create a display group with the image and the polygon, it should work.

Thanks )

Have a look at display.save() 

http://docs.coronalabs.com/api/library/display/save.html

If you create a display group with the image and the polygon, it should work.

Thanks )