Hello!
Is it possible to work with an image in Corona SDK and then save to file?
Namely:
- Open an image file
- Create polygon on the image and fill with color
- Save all as new image file
Thanks
Hello!
Is it possible to work with an image in Corona SDK and then save to file?
Namely:
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 )