gpt4 book ai didi

ios - 通过 UIImagepickerController 从相机中选取图像并保存到 ios 中的相册后获取图像名称

转载 作者:行者123 更新时间:2023-11-28 15:48:27 25 4
gpt4 key购买 nike

我使用函数...将图像保存到相机胶卷

UIImageWriteToSavedPhotosAlbum(imurl!,nil,nil,nil)

如何用函数获取保存图片的名称或URL??

最佳答案

您可以使用 ALAssetsLibrary 框架将图像保存在磁盘上。

请尝试以下方法 -

ALAssetsLibrary().writeImageToSavedPhotosAlbum(editedImage.CGImage, orientation: ALAssetOrientation(rawValue: editedImage.imageOrientation.rawValue)!,
completionBlock:{ (path:NSURL!, error:NSError!) -> Void in
print("Image path - \(path)")
})

关于ios - 通过 UIImagepickerController 从相机中选取图像并保存到 ios 中的相册后获取图像名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42622542/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com