gpt4 book ai didi

ios - 在 iOS 中加载保存的图像

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:49:25 27 4
gpt4 key购买 nike

我正在做的是保存从任何来源(相机/库)加载的图像并将其保存到 iOS 中的文件系统。我卡住的是如何使用该保存图像..我正在使用以下代码。它的工作是在文档文件夹中创建一个 Test.jpg。但是真的不知道如何访问这个 Test.jpg。

NSString  *jpgPath = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents/Test.jpg"];
[UIImageJPEGRepresentation(selectedImage.image, 1.0) writeToFile:jpgPath atomically:YES];
NSError *error;
NSFileManager *fileMgr = [NSFileManager defaultManager];
NSString *documentsDirectory = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"];

最佳答案

使用这个方法:

让 testImage = UIImage(contentsOfFile: filePath)

imageNamed 在应用程序的主包中查找具有指定名称的图像。

关于ios - 在 iOS 中加载保存的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8277640/

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