开发者

Add EXIF metadata to a UIImage

开发者 https://www.devze.com 2023-03-15 15:19 出处:网络
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?

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

精彩评论

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