My app allows the user to take a picture and share/save it, but I want to know if it is possible to add a watermark to the image beforehand. I am guessing I would need to create a transparent watermark image and somehow layer it with the image the user takes then save it.
Asked
Active
Viewed 2,974 times
3
-
2maybe, this can give you help? - http://stackoverflow.com/questions/4068035/how-to-add-watermark-on-a-exist-image – Jinhyung Park Aug 07 '15 at 17:57
-
1Convert your image to a CIImage and take a look at the [Core Image](https://developer.apple.com/library/prerelease/ios/documentation/GraphicsImaging/Conceptual/CoreImaging/CoreImage.pdf) reference, I think for this it works better than Core Graphics – dirkgroten Aug 07 '15 at 18:01