- 2
- 0
- 约4.14千字
- 约 5页
- 2017-01-10 发布于北京
- 举报
识别图片主色调
[PHP]识别图片主色调
2012-08-07 10:16:52 ????我来说两句?
收藏 ?? 我要投稿 ?? [字体:小 大]
一、适用情景:,根据颜色列出相应图片。
二、主程序及API解释:[php]??php??class MajorColor?{???? //参考颜色???? protected $_colors = null;????????? //容差???? protected $_tolerance = 80;????????? //忽略的颜色???? protected $_ignoreColors = array();????????? //支持的图片类型???? protected $_funcs = array(image/png = imagecreatefrompng, image/jpeg = imagecreatefromjpeg, image/gif = imagecreatefromgif);????????? public function __construct(array $colors = null) {???????? if(null !== $colors) {???????????? $this-_colors = $colors;???????? }???? }???????
您可能关注的文档
最近下载
- 2024工程硕士预测复习及完整答案详解【全国通用】.docx
- 2024-2025学年度计算机二级考试黑钻押题及完整答案详解【各地真题】.docx
- (高中物理)《传感器》知识梳理.pdf
- 3—4切比雪夫不等式与大数定律.ppt VIP
- 阿玛达RG m2 1003操作维护手册C.pdf VIP
- 8万吨污水处理厂工艺设计计算说明书(改良AAO工艺).doc VIP
- 2024事业单位工勤技能考试考试综合练习及参考答案详解(培优).docx
- 2025年河南工业贸易职业学院单招职业技能测试题库及1套完整答案.docx
- 2024事业单位工勤技能考试考前冲刺试卷及参考答案详解(新).docx
- Linux编程第二版微课版刘文果习题答案.doc VIP
原创力文档

文档评论(0)