Overlaying an image on the preview is understood to be possible and straightforward.
But what is the correct way to save the overlay together with the captured image ?
Thanks.
Overlaying an image on the preview is understood to be possible and straightforward.
But what is the correct way to save the overlay together with the captured image ?
Thanks.
You need to take the captured image from the camera and then build a new UIImage with your overlay. These SO post should provide what you need to make the new image.