添加文本到图像
您好,
我目前正在开发一个应用程序,我必须在图像中的任何位置(不是子视图)在图像上添加文本,并且输出应该是包含原始图像和嵌入其中的文本的单个图像文件,任何帮助都将是相当可观的。
例如:图像上的水印
谢谢 西瓦桑卡尔
HI
Im currently developing an application where i have to add the text over the image at any position in the image(not subview) and the output should be the single image file with the original image and the text embedded in it,any help will be appreciable.
eg : water mark on the image
Thanks
sivasankar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
完成后,watermarkedImage 将是自动发布的带水印的图像。 loadUnwatermarkedImage() 是一个虚构的函数,提供原始图像。
Upon completion the watermarkedImage will be an autoreleased watermarked image. loadUnwatermarkedImage() is a fictional function providing an original image.