gpt4 book ai didi

ios - ALAsset Library + 文档目录图像?

转载 作者:行者123 更新时间:2023-11-29 13:10:46 26 4
gpt4 key购买 nike

我的应用程序文档库中有很多图像。我想显示文档目录图像的缩略图。

我正在使用以下代码。

UIImage *thumbImage=[UIImage imageWithContentsOfFile:strImagePath];
if (thumbImage) {
[thubImageView setImage:thumbImage];
}

它对我有用,但问题是应用程序因内存警告而卡住和崩溃。

我试过[1]:https://github.com/SlaunchaMan/GCDExample “GCDExample”,但我得到了相同的结果。

ALAsset 库用于获取缩略图图像。但我不知道如何将它用于文档目录图像。

还有没有其他方法可以在没有内存警告的情况下显示缩略图。

提前致谢。

最佳答案

已经回答了类似的问题here

你可以用这个方法

- (UIImage *)thumbnailImage:(NSInteger)thumbnailSize
transparentBorder:(NSUInteger)borderSize
cornerRadius:(NSUInteger)cornerRadius
interpolationQuality:(CGInterpolationQuality)quality;

用于创建缩略图。 UIImage 类别可用 here

希望这对您有所帮助。

关于ios - ALAsset Library + 文档目录图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17439736/

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