gpt4 book ai didi

ios - 来自照片库 swift 3.0 的风景图像

转载 作者:行者123 更新时间:2023-11-30 12:45:27 25 4
gpt4 key购买 nike

我正在制作风景应用程序,我需要从照片库中仅选取风景照片,如何仅获取风景照片?

最佳答案

使用image.imageOrientation属性过滤图像。

UIImageOrientation 引用 - Here

您可以使用PHAsset类通过谓词来获取所有具有所需规范的图像,然后根据image.imageOrientation过滤图像

例如:-

let options = PHFetchOptions()    
options.sortDescriptors = [NSSortDescriptor(key: "creationDate", ascending: true)]

var images = PHAsset.fetchAssets(with: .image, options: options)

PHClass - Ref

关于ios - 来自照片库 swift 3.0 的风景图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41691482/

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