如何保存编辑后的图像?
我有 UIImagePicker 来选择图像。选择图像后,我正在编辑它,现在我想保存该图像。
谁能告诉我如何将图像保存到相册中?
I have UIImagePicker to select the image. After selecting the image I am editing it and now I want to save that image.
Can anyone please tell me how can I save the image to Photo Album?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个教程
http://iosdevelopertips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html
这是我的代码获取图像如果图像被编辑,则编辑后的图像将被考虑在内。
如果未编辑,则将拍摄原始图像
take a look at this tutorial
http://iosdevelopertips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html
here is my code to get image if the image is edited then edited image will be taken into account.
if not edited then original image will be taken
您可以使用此功能
查看此问题的答案。 ..还有关于completionTarget 和completionSelector,来自文档...
You can use this function
See the answer to this question...And about completionTarget and completionSelector, from documentation...