文件名称:ColorFinder:UIImage 上的主色取景器
文件大小:420KB
文件格式:ZIP
更新时间:2024-06-19 13:33:48
Objective-C
颜色查找器 iOS 上 UIImage 上的主要颜色查找器 它对图像进行聚类。 它会有所不同,但通常需要 0.05 秒到 0.1 秒之间 (这个 repo 已经是这个类别的一个例子,但是,再次:) 示例用法: #import "UIImage+ColorFinder.h" ... @property (...) UIImageView *sourceImageView; ... - (void)getDominantColor { dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_LOW, 0), ^{ //inRect is to be implemented, it is useless currently [self.sourceImageView.image
【文件预览】:
ColorFinder-master
----.gitignore(494B)
----.travis.yml(122B)
----ColorFinder()
--------main.m(339B)
--------ViewController.m(1KB)
--------AppDelegate.h(282B)
--------Info.plist(1KB)
--------Images.xcassets()
--------AppDelegate.m(2KB)
--------UIImage+ColorFinder.h(322B)
--------UIImage+ColorFinder.m(5KB)
--------ViewController.h(220B)
--------Base.lproj()
----LICENSE(18KB)
----ColorFinder.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(17KB)
----README.md(737B)
----ColorFinderTests()
--------Info.plist(742B)
--------ColorFinderTests.m(876B)