识别图片主色调.docVIP

  • 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;? ??????? }? ??? }? ????? ?

文档评论(0)

1亿VIP精品文档

相关文档