开发者

Add EXIF metadata to a UIImage

I need to add EXIF metadata to a UIImage taken either from the camera or an album, then save the image to an album. How can I do this?

To take the photo I use:

picker.sourceType = UIImagePickerControllerSourceTypeSavedPhotosAlbum;
picker.sourceType = UIImagePickerControllerSourceTypeCamera;

but I don't k开发者_JAVA百科now how to add EXIF data.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜